Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@xcoulon xcoulon released this 19 Apr 13:57
· 296 commits to master since this release

Focus of v0.4.0 was around support for manpage document, plus a bit of refactoring and some bug fixes.

Thanks to gdamore for reporting issues and helping the project πŸ™Œ

Bug Fixes

  • parser: expose authors and revision in the document attributes (#521) (9335817), closes #517
  • parser: fix footnotes grammar (#535) (03587bb), closes #532
  • parser: fix quoted text delimitation (#505) (c394f70), closes #504
  • parser: verify configuration attributes (#513) (a9da628), closes #509
  • parser/renderer: support concelead index terms in labeled lists (#507) (1b574d6), closes #502
  • parser/renderer: support non-alphanum characters in index terms (#506) (c94b470), closes #503
  • renderer: do not highlight syntax when language is not set (#515) (c3439bd), closes #514

Features