Skip to content

chyrp-markdown 3.0

Compare
Choose a tag to compare
@xenocrat xenocrat released this 06 May 11:02
· 76 commits to master since this release

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.