Releases: xenocrat/chyrp-markdown
Releases · xenocrat/chyrp-markdown
chyrp-markdown 4.0
Changes in this release:
- Added support for
![title](url){width:height}
extended syntax for image dimensions. - Added property
renderLazyImages
to render images with a deferred loading attribute. - Added property
renderLazyMedia
to render video and audio with a deferred loading attribute. - Added property
enableImageDimensions
to toggle extended syntax for image dimensions.
chyrp-markdown 3.9
Changes in this release:
- Parser: strip spaces in
setContextId()
. - EmphStrongTrait: improved Unicode support.
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.