Skip to content

Releases: facelessuser/pymdown-extensions

4.3.0

15 Nov 06:58
Compare
Choose a tag to compare

4.3.0

Nov 14, 2017

  • NEW: Shorthand format for referencing non-default provider commits, issues, pulls, and mentions (#147).
  • NEW: Shorthand format for mentioning a repo via @user/repo (#149).
  • NEW: Add repository provider specific classes (#149).
  • NEW: Make repository labels configurable (#149).
  • FIX: Adjust pattern boundaries auto-links.

4.2.0

13 Nov 16:24
7222253
Compare
Choose a tag to compare

4.2.0

Nov 13, 2017

  • NEW: MagicLink can now auto-link a GitHub like shorthand for repository references (#139).
  • NEW: MagicLink now renders pull request links with a slightly different output from issues (#139).
  • NEW: Deprecate base_repo_url in MagicLink in favor of the new provider, user, and repo (#139).
  • NEW: MagicLink now adds classes to repository links (#139).
  • NEW: MagicLink now adds title to repository links (#139).
  • NEW: MagicLink no longer styles repository commit hashes as code (#143).
  • FIX: MagicLink repository link outputs now better reflect default user and repository context (#143).
  • FIX: PlainHTML should not strip tags that are part of JavaScript code (#140).

4.1.0

12 Oct 05:06
Compare
Choose a tag to compare

4.1.0

  • NEW: Details can now have multiple classes defined.

4.0.0

30 Aug 04:10
Compare
Choose a tag to compare

4.0.0

Aug 29, 2017

  • NEW: Details extension will now derive a title from the class if only a class is provided (#107).
  • NEW: Remove deprecated legacy emoji generator format.
  • NEW: Remove deprecated use_codehilite_settings.
  • NEW: Remove deprecated spoilers extension redirect.
  • NEW: Update emoji databases: EmojiOne (3.1.2) and Twemoji to (2.5.0).

3.5.0

14 Jun 00:55
Compare
Choose a tag to compare

3.5.0

Released June 13, 2017

  • NEW: Add new slugs to preserve case (#103).
  • NEW: Add new GFM specific slug (both percent encoded and normal) that only lowercases ASCII chars just like GFM does (#101).
  • FIX: PathConverter should not try and convert obscured email address (with HTML entities) (#100).
  • FIX: Don't normalize Unicode in slugs with NFKD, use NFC instead (#98).
  • FIX: Don't let EscapeAll escape CriticMarkup placeholders. EscapeAll will no longer escape STX and ETX; they will just pass through (#95).
  • FIX: Replace CriticMarkup placeholders after replacing raw HTML placeholders (#95).

3.4.0

02 Jun 00:36
Compare
Choose a tag to compare

3.4.0

Released June 1, 2017

  • NEW: Renamed Spoilers to Details
  • NEW: No longer attach the spoilers class to details tags.
  • NEW: Provide better example of UML script in documents.

3.3.0

27 May 04:28
Compare
Choose a tag to compare

3.3.0

Released May 26, 2017

  • NEW: Added support for pull request link shortening in MagicLink (#88).
  • NEW: Added new Spoilers extension (#85).

3.2.1

23 May 15:34
Compare
Choose a tag to compare

3.2.1

Released May 23, 2017

  • FIX: Cannot set Highlight's CSS class.

3.2.0

16 May 03:53
Compare
Choose a tag to compare

3.2.0

Released May 15, 2017

  • NEW: Add support for Twemoji 2.3.5.
  • NEW: Update to EmojiOne 3.0.2.
  • NEW: Emoji generators now also take category which is also no included in all indexes.
  • FIX: Excessive new lines at end of code blocks.

3.1

07 May 22:13
Compare
Choose a tag to compare
3.1

3.1.0

Released May 7, 2017

  • NEW: Highlight extension now runs normal indented code blocks through highlighter.
  • FIX: When Pygments is disabled, linenums class was attached to code blocks even if linenums was disabled and not enabled via fence headers.