Releases: stalexan/gomarkwiki
Gomarkwiki 0.3.1
This minor release update of gomarkwiki addresses two issues:
-
Unicode Character Rendering: Fixed incorrect rendering of Unicode characters by adding the missing
<meta charset="utf-8" />tag to the generated HTML. -
Watch Mode Enhancement: Improved the watch mode functionality to monitor changes in the
substitutions-strings.csvfile. Previously, gomarkwiki had to be restarted to reflect changes in this file.
Gomarkwiki 0.3.0
I'm pleased to share Gomarkwiki v0.3.0! This version adds support for using Github-like styles, to have rendered pages look like Github pages. To do this, start the markdown file with #[style(github)]. The example site has a page that shows what this looks like. The rendered page is GithubStyleExample, and the markdown for the page is GithubStyleExample.md.
Gomarkwiki is distributed as a standalone binary. Download the correct file for your operating system and architecture, extract the file and just run it. If you run into any issues, please report them at the GitHub issue tracker.
The binaries released with each Gomarkwiki version are reproducible, which means that you can reproduce a byte identical version from the source code for that release. Instructions on how to do this can be found here: Reproducible Builds.
Gomarkwiki 0.2.0
I'm pleased to present you with Gomarkwiki v0.2.0! This version adds support for:
- Remaining active and watching for changes to regenerate files on the fly, with the
--watchflag. - Generating multiple wikis in one pass, with the
--wikisflag. - Deleting any files in dest_dir that do not have a corresponding file in source_dir, with the
--cleanflag. - Ignoring files with the
ignore.txtfile.
Gomarkwiki is distributed as a standalone binary. Download the correct file for your operating system and architecture, extract the file and just run it. If you run into any issues, please report them at the GitHub issue tracker.
The binaries released with each Gomarkwiki version are reproducible, which means that you can reproduce a byte identical version from the source code for that release. Instructions on how to do this can be found here: Reproducible Builds.
Gomarkwiki 0.1.1
I'm pleased to present you with Gomarkwiki v0.1.1!
Gomarkwiki is distributed as a standalone binary. Download the correct file for your operating system and architecture, extract the file and just run it. If you run into any issues, please report them at the GitHub issue tracker.
The binaries released with each Gomarkwiki version are reproducible, which means that you can reproduce a byte identical version from the source code for that release. Instructions on how to do this can be found here: Reproducible Builds.