Skip to content

Releases: jGleitz/markdown-it-prism

Fix Export Regression

09 Dec 14:49
f3d32b5
Compare
Choose a tag to compare

Fixed

  • Regression that exported the module’s main function only under the default key, not also as default export (#17)

Fallback Language Options; Drop Node.JS 4

02 Dec 13:19
05d928a
Compare
Choose a tag to compare

Deprecated

  • Deprecate Node.JS 4 and require Node.JS >= 6

Added

  • Note about adding a stylesheet to the HTML in README
  • Options defaultLanguage, defaultLanguageForUnknown and defaultLanguageForUnspecified to specify fallback prism languages

Fixed

  • Update all packages and eliminate dependency versions with known security issues
  • Improve the project setup
  • Improve the documentation in code

Upgrade Dependencies

17 Mar 14:22
Compare
Choose a tag to compare
v1.1.2

v1.1.2

Remove bad \n\t

22 May 07:38
Compare
Choose a tag to compare

Bug fix: a \n\t before the code was affecting the HTML output

class names

20 May 22:17
Compare
Choose a tag to compare
  • Add the language-* class also to the <pre> tag (not only to <code>).
  • Add the class language-x if x is the defined language, even if x cannot be highlighted with Prism.

Fixed bad export

19 Oct 15:16
Compare
Choose a tag to compare

The plugin was not exported correctly.

Initial Release

16 Oct 21:42
Compare
Choose a tag to compare

First version