Skip to content

3.3.0

Compare
Choose a tag to compare
@Witiko Witiko released this 30 Dec 00:52
· 393 commits to main since this release
7b18dfa

markdown-pf2024-no-poem

Development:

  • Add support for universal (cross-format) themes. (#276, #373)

Fixes:

  • Prevent unwanted space tokens before *ContextEnd renderers. (#373)
  • Make ConTeXt command \inputmarkdown properly process extra options. (#389, #390, contributed by @ibotty)

Documentation:

  • Improve the discoverability of the \markdownInput macro. (#381, #382, contributed by @solernou)
  • Encourage alternatives to the hybrid option in the user manual. (#382)

Speed Improvements:

  • Optimize needless catcode switching in package code. (3eb7231)

Default Renderer Prototypes:

  • Fix the typesetting of level four headings with attributes for LaTeX document classes without the \chapter command such as article and level five headings for LaTeX document classes with the \chapter command such as book. (86eefc0)