ChangeLog
0.5.0 (2024-01-27)
Added support for basic tables syntax. Table headers aren't supported yet, because common-doc system does not support them :(
0.4.0 (2023-10-30)
Fixed work with latest 3bmd Markdown parser.
Fixed the way how bullet lists are rendered into Markdown. Now there is no blank lines between list items.
0.3.0 (2022-03-10)
Parser was extended to produce a
COMMON-DOC:STRIKETHROUGH
objects when you enter--text surrounded by two minus signs--
.
0.2.0 (2022-03-07)
Variable
commondoc-markdown/emitter:*generate-short-link-references*
was introduced. By default it isT
, but you can bind it toNIL
, to prevent short link references generation.HASH-LINK
function now is not exported from emitter package.
0.1.0 (2022-01-25)
Initial version with minimal docs.