Skip to content

v2.0.0b4

Compare
Choose a tag to compare
@MiWeiss MiWeiss released this 04 Nov 20:34
· 30 commits to main since this release
6f5a904

Breaking Changes

Attention: While this means that we will also parse blocks starting anywhere else (e.g. on the same line where another block ended), this also has some side effects:

  • Parsing of a block is aborted if a sequence which looks like a block start (e.g. @entry{) is found anywhere within that block in addition to its head. This is done on purpose, to allow parsing of faulty files, but may have negative impacts in the few cases where a @entry{ (or similar) are genuinely part of a correct block.
  • Commenting entire blocks with leading %, # , or any other char sequence at the beginning of every line will not work anymore. This was never fully supported anyways, and still waits for its implementation. See #372 .

Other changes