- improve
<pre><code>
behavior (removes extra line breaks) - removes backslashes from sidebar title
- add option to register handlebars helpers
- fix documentation names on windows and assets path. (#19)
- change bin file encoding to unix (#18)
- print proper version number on cli.
- fix some incopatibilities with windows paths.
- only uses descriptions if next block after header is a paragraph (#10)
- improve the way code blocks are converted (#11)
- fix page titles (#12)
- rename template files to "*.hbs"
- allow setting heading level that should be used for TOC and deep links.
- improve
toc.name
RegExp. - add option to set
assetsPath
without needing to copy template files. - add setting for default brush to Syntax highlighter at the top of asset JS file since some code blocks may not contain metadata.
- add nodejs api to examples.
- fix syntax highlighter.
- Command line interface.
- Add support for custom templates.
- Generate TOC and deep-links automatically.
- Switched most settings to optional.
- Fix links and paths to assets on nested folders.
- initial release.