Skip to content

Releases: facelessuser/pymdown-extensions

4.10.0

19 Apr 03:34
239a8ac
Compare
Choose a tag to compare

4.10.0

Apr 18, 2018

  • NEW: SuperFences now adds experimental support for preserving tabs in fenced code blocks. (#276)

4.9.2

27 Mar 02:17
Compare
Choose a tag to compare

4.9.2

Mar 26, 2018

  • FIX: Issues with task lists that span multiple lines. (#267)
  • FIX: Require latest Python Markdown.

4.9.1

18 Mar 22:44
5123246
Compare
Choose a tag to compare

4.9.1

Mar 18, 2018

  • FIX: Output issue when no user and/or repository is specified.

4.9.0

03 Mar 20:19
53993c7
Compare
Choose a tag to compare

4.9.0

Mar 3, 2018

  • NEW: Add option to make task lists editable (#249).
  • FIX: Remove internal references to deprecated options.

4.8.0

18 Jan 02:13
Compare
Choose a tag to compare

4.8.0

Jan 17, 2018

  • NEW: Set progress bar class level increments via progress_increment instead of using the hard coded value of 20.
  • FIX: Compatibility changes for next Markdown release.

4.7.0

09 Dec 05:01
989d2ca
Compare
Choose a tag to compare

4.7.0

Dec 8, 2017

  • NEW: Bring back generic output for Arithmatex. Now under the generic option (#185).
  • FIX: StripHTML should allow space before close of opening tag.
  • FIX: MagicLink should not auto-link inside a link (#151).

4.6.0

02 Dec 18:55
Compare
Choose a tag to compare

4.6.0

Dec 2, 2017

  • NEW: Arithmatex now just uses the script wrapper output as it is the most reliable output, and now previews can be achieved by providing a span with class MathJax_Preview that gets auto hidden when the math is rendered. insert_as_script, tex_inline_wrap, and tex_block_wrap have all been deprecated as they are now entirely unnecessary. A new option has been added called preview that controls whether the script output generates a preview or not when the rendered math output is loading. Users no longer need to configure tex2jax.js in there MathJax configuration anymore. (#171)
  • NEW: PlainHTML has been renamed to StripHTML. strip_attributes is now a list instead of a string with a default of []. pymdownx.plainhtml is still available with the old convention for backwards compatibility, but will be removed for version 5.0. (#176)
  • FIX: PlainHTML has better script and style content avoidance to keep from stripping HTML tags and attributes from style and script content. (#174)
  • FIX: PlainHTML can strip attributes that are not quoted. (#174)

4.5.1

29 Nov 04:29
7d1a791
Compare
Choose a tag to compare

4.5.1

Nov 28, 2017

  • FIX: If an invalid provider is given, default to github. If no user or repo is specified, do not convert links that depend on those default values (#169).

4.5.0

26 Nov 17:19
Compare
Choose a tag to compare

4.5.0

Nov 26, 2017

  • NEW: Add GitLab style compare link shorthand and link shortening (#160).
  • NEW: Deprecate GitHub extension. It is now recommended to just include the extensions you want to create a GitHub feel instead of relying on a an extension to package something close-ish (#159).

4.4.0

23 Nov 15:18
Compare
Choose a tag to compare

4.4.0

Nov 23, 2017

  • NEW: Add social media mentions -- Twitter only right now (#156).
  • FIX: Use correct regular expression for GitLab and Bitbucket.