Changes in version 2.0.0 (2025-07-07) o The tagfilter extension for markdown_html now actually works (#15) o Backport patch to filter illegal control characters in markdown_xml() o Implement LaTeX footnotes (#32) Changes in version 1.9.5 (2025-03-17) o Fix parallel make problem Changes in version 1.9.4 (2025-03-17) o Apply upstream PR https://github.com/github/cmark-gfm/pull/362 o Require double-tilde `~~` for the strikethrough extension, for consistency with Pandoc's Markdown Changes in version 1.9.1 (2024-01-30) o Update libcmark-gfm to 0.29.0.gfm.13 Changes in version 1.9.0 (2023-03-17) o Add parameter 'footnotes' to enable footnote parsing o Update libcmark-gfm to 0.29.0.gfm.9 Changes in version 1.8.1 (2022-10-14) o Update libcmark-gfm to 0.29.0.gfm.6 o Fix strict-prototypes warnings Changes in version 1.8.0 (2022-03-09) o Update libcmark-gfm to 0.29.0.gfm.3 Changes in version 1.7 (2018-12-01) o Update libcmark-gfm to 0.28.3.gfm.19 o Hide internal symbols, fixes crash on rstudio in centos (#12) Changes in version 1.6 (2018-09-30) o Update libcmark-gfm to 0.28.3.gfm.16 Changes in version 1.5 (2018-04-28) o Update libcmark-gfm to 0.28.3.gfm.12 Changes in version 1.4 (2017-09-01) o Update libcmark-gfm to 0.28.0.gfm.8 o Add new output markdown_text() o Hide symbols from dll on supported platforms Changes in version 1.2 (2017-03-01) o Update upstream libcmark (github/cmark@14874d3) o Add R_init_commonmark to please CMD check Changes in version 1.1 (2016-12-13) o Update upstream libcmark (github/cmark@57ca6e2) Changes in version 1.0 (2016-12-01) o Switch to Github fork of cmark library (master@0e197aa) o Add bindings for enabling extensions o Switch to roxygen2 markdown format for manual pages Changes in version 0.9 (2016-07-23) o Update libcmark to 0.26.1 Changes in version 0.8 (2016-03-30) o Update libcmark to 0.25.2 Changes in version 0.7 (2016-01-20) o Update libcmark to 0.24.1 Changes in version 0.6 (2016-01-03) o Update libcmark to 0.23 Changes in version 0.5 (2015-09-01) o Update libcmark to 0.22 o Added markdown_latex() function