Releases: gilliek/ghmd
Releases · gilliek/ghmd
v1.3.4: fix hidden content
v1.3.3: fix version number
Once more, I forgot to update the version number for the '-v' flag...
v1.3.2: fix GitHub markdown rendering
This fix release replace 'markdown' mode by 'gfm' mode.
Although the GitHub documentation says that 'markdown' mode is used to render README files (https://developer.github.com/v3/markdown/), it is incorrect: it uses 'gfm' instead... For instance, tables were not rendered.
v1.3.1: fix version number
Fix the version number printed by the "-v" flag.
v1.3.0: change CSS
The old CSS wasn't exactly the same as the one used by GitHub, so this new release addresses this problem.
v1.2.1: fix version number
Fix the version number printed by the "-v" flag.
v1.2.0
Version 1.1.1
Minor bugfix release:
- Fix the README
- Add a "-v" option for displaying the version number
Version 1.1.0
This new version of ghmd
adds few options:
- Support of markdown file watching
- Add the possibility to run the generated HTML with your default web browser
- Add the possibility to specify an output file
Minor bugfix
Add license text + fix an error in the CSS.