Releases: xenocrat/chyrp-markdown
Releases · xenocrat/chyrp-markdown
chyrp-markdown 3.9
chyrp-markdown 3.8
Changes in this release:
- Implemented section 6.11 of the GFM specification.
chyrp-markdown 3.7
Changes in this release:
- Added property
keepReversedList
to enable ordered lists with descending numbers.
chyrp-markdown 3.6
Changes in this release:
- Added MathTrait to GitlabMarkdown - render LaTeX math as
<la-tex>
custom elements. - Allow escaped slashes and escaped delimiters as the final character for several inline traits.
chyrp-markdown 3.5
Changes in this release:
- Added property
renderOrderedToc
to render the table of contents as an ordered list.
chyrp-markdown 3.4
Changes in this release:
- Fixed bad TOC rendering in GitlabMarkdown.
chyrp-markdown 3.3
Changes in this release:
- Added property
renderCheckboxInputs
to render task items as inputs instead of emoji.
chyrp-markdown 3.2
Changes in this release:
- Fixed a bug that caused inline markers to be sorted incorrectly.
- Added CheckboxTrait to GithubMarkdown and GitlabMarkdown.
chyrp-markdown 3.1
Changes in this release:
- Fixed LinkTrait parsing for links with images inside them.
chyrp-markdown 3.0
Changes in this release:
- Added GitLab-Flavored Markdown.
- Added parser property
blockPriorities
to pre-define block call order (see README). - Removed public property
contextId
: use methodsgetContextId()
andsetContextId()
. - HeadlineTrait: added GitHub-style anchors, controlled by the
headlineAnchors
property. - HtmlTrait: recognised HTML entities are decoded when rendering (except
<
,>
,&
,"
). - CFM: added FencedAsideTrait and FencedQuoteTrait.