Skip to content

Releases: BenjaminHoegh/ParsedownExtended

v1.1.2 - Hotfix

09 Aug 06:26
3b17a5d
Compare
Choose a tag to compare

Fix a typo causing composer autoloader to fail #40

v1.1.1 Hotfix

05 Sep 08:49
Compare
Choose a tag to compare

Updated version requirements to Parsedown 1.8-beta-6+

v1.1.0 Release

22 Aug 10:57
Compare
Choose a tag to compare

New Documentation Site

First of all I like to take our focus to a new documentation site with syntax information, code samples, parameter explanation and more. I hope you all enjoy it, and can't wait to hear what you think.

Release notes

  • Added support for tablespan #11.
  • Smartypants is now in its final state with full support for John Gruber's Smartypants
    • New toggle smart_dashes.
    • New toggle smart_quotes.
    • New toggle smart_angled_quotes.
    • New toggle smart_ellipses.
    • New substitutions option there allow you to change any substitutions.
  • New Typographer module inspired by markdown-it.
  • Moved the shortcodes (c), (r) and (tm) to Typographer.
  • Changed the blockqoutes option to qoutes.
  • Changed the superscript option to sup.
  • Changed the subscript option to sub.
  • Changed the email link option to be a child of links and renamed it to email_links.
  • Changed the task option to be a child of lists. and shortened the name to tasks.
  • Removed unnecessary code.

Resolved issues

  • Fixed a issue where smartypants was active inside code snippets and blocks.

v1.0.1 Hotfix

26 Jul 16:47
d4176c6
Compare
Choose a tag to compare

Fixed issue #19

1.0 Release

09 Jun 05:40
449e6fb
Compare
Choose a tag to compare

Im glad to say that I can finally release the first full release 1.0

What's new

  • Options to disable any markdown component.
  • Predefined abbreviation
  • Emojis
  • Blacklist headings ids
  • Heading permalink
  • Keystrokes
  • Support for LaTeX by adding support for KaTeX.js
  • Marks
  • Smartypants (in the beta known as smartTypography)
  • Table of content
  • The ability to change the delimiter used in ToC
  • The ability to choose what headings levels are included in ToC by using headings in the ToC configurations
  • The ability to lowercase only by using lowercase in ToC
  • The ability to use transliterate in ToC
  • The ability to use urlencode in ToC
  • Task
  • Support for Diagrams using ChartJS and MermaidJS