Skip to content

Releases: facelessuser/pymdown-extensions

1.6.0

16 Jan 00:46
Compare
Choose a tag to compare

1.6.0

Released Jan 15, 2017

  • NEW: EscapeAll has the option to perform more like Pandoc in that you can enable escaped newlines to be hardbreaks, and escaped spaces to be nbsp.
  • NEW: Rework poorly thought out snippets format to require quoting file names with single line format. Add a block format. Allow commenting out lines temporarily. And allow a way to escape them by placing a space after them.
  • FIX: Fix documentation issues.

1.5.0

13 Jan 14:09
Compare
Choose a tag to compare

1.5.0

Released Jan 13, 2017

  • NEW: New EscapeAll extension.
  • NEW: New Snippets extension for including external files into a Markdown file.
  • NEW: Arithmatex now has configurable output wrapper.
  • NEW: PathConverter no longer verifies existence of path to allow it more flexible usage.
  • NEW: PathConverter now only converts relative paths when converting to a relative or absolute location.
  • NEW: Improved support for path path identification for PathConverter and B64.
  • FIX: Fixed issue where Arithmatex was un-escaping $ within math region.
  • FIX: Fixed issue where plugins would append globally changing the escape list opposed to just in the in the Markdown instance.
  • FIX: Fixed logic issue where the mark, caret, and tilde extension weren't quite modeling betterem inline behavior.
  • FIX: Critics shouldn't allow escaping critic marks as it is not in the spec.

1.4.0

06 Jan 03:46
Compare
Choose a tag to compare

1.4.0

Released Jan 5, 2017

  • NEW: HeaderAnchor extension is now deprecated. It will be removed in a future version.
  • NEW: HeaderAnchor is no longer included in the Github extension.
  • NEW: Slugify functions are moved to pymdownx.slug in preparation of HeaderAnchor removal.
  • FIX: GithubEmoji is not "pending" deprecation, but is actually deprecated.

1.3.0

03 Jan 07:12
Compare
Choose a tag to compare

1.3.0

Released Jan 1, 2017

  • NEW: New emoji extension that aims to replace githubemoji. By default it is configured for EmojiOne and Gemoji (Github's emoji).
  • NEW: Githubemoji is deprecated. Please use the emoji extension instead.
  • NEW: Pymdown extension is deprecated. Pymdown extension was just a wrapper, please configure the desired individual extension(s) instead of relying on pymdown.
  • NEW: Github extension now turns off nl2br by default in order properly emulate recent changes in GFM. no_nl2br option is deprecated and will be removed in the future as it no longer reflects GFM behavior.

1.2.0

02 Nov 02:45
Compare
Choose a tag to compare

1.2.0

Released Nov 1, 2016

  • NEW: Add option to output tasklists in a more customizable way.

1.1.0

01 Mar 20:44
Compare
Choose a tag to compare
Bump rev and update docs for next release

1.0.0

08 Dec 06:28
Compare
Choose a tag to compare
  • Initial release