Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@flying-sheep flying-sheep released this 01 Nov 16:06

Thanks to @sooda, @nitnelave and @noritada for the great contributions!

general: [#22] added license files (@noritada)

document_tree

fix: [#20] literals only contain strings (@sooda)

parser

fix: [#20] don’t parse literal contents as rST (@sooda)
new:

renderer

fix: [#16] decrement renderer level again (@sooda)
new:

  • [#17] .. raw:: html directives (@sooda)
  • [#28] literal blocks → <pre/>, code directives → <pre><code [class="language-..."]/></pre> (@flying-sheep)

rst

workaround: replace tabs with 8 spaces before parsing. TODO: reverse in code/literal blocks.