Skip to content

Releases: xenocrat/chyrp-markdown

chyrp-markdown 4.0

24 Nov 11:05
Compare
Choose a tag to compare

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

26 Oct 12:19
Compare
Choose a tag to compare

Changes in this release:

  • Parser: strip spaces in setContextId().
  • EmphStrongTrait: improved Unicode support.

chyrp-markdown 3.8

17 Aug 11:41
Compare
Choose a tag to compare

Changes in this release:

  • Implemented section 6.11 of the GFM specification.

chyrp-markdown 3.7

27 Jul 10:23
Compare
Choose a tag to compare

Changes in this release:

  • Added property keepReversedList to enable ordered lists with descending numbers.

chyrp-markdown 3.6

16 Jun 12:07
Compare
Choose a tag to compare

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

10 Jun 08:46
Compare
Choose a tag to compare

Changes in this release:

  • Added property renderOrderedToc to render the table of contents as an ordered list.

chyrp-markdown 3.4

07 Jun 13:32
Compare
Choose a tag to compare

Changes in this release:

  • Fixed bad TOC rendering in GitlabMarkdown.

chyrp-markdown 3.3

07 Jun 07:57
Compare
Choose a tag to compare

Changes in this release:

  • Added property renderCheckboxInputs to render task items as inputs instead of emoji.

chyrp-markdown 3.2

31 May 16:48
Compare
Choose a tag to compare

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

30 May 07:46
Compare
Choose a tag to compare

Changes in this release:

  • Fixed LinkTrait parsing for links with images inside them.