Skip to content

Releases: xenocrat/chyrp-markdown

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.

chyrp-markdown 3.0

06 May 11:02
Compare
Choose a tag to compare

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 methods getContextId() and setContextId().
  • HeadlineTrait: added GitHub-style anchors, controlled by the headlineAnchors property.
  • HtmlTrait: recognised HTML entities are decoded when rendering (except <, >, &, ").
  • CFM: added FencedAsideTrait and FencedQuoteTrait.

chyrp-markdown 2.1

11 Apr 08:47
Compare
Choose a tag to compare

Changes in this release:

  • FootnoteTrait: render footnote links within footnote blocks.