Skip to content

6.3.0

Compare
Choose a tag to compare
@facelessuser facelessuser released this 07 Feb 04:50
80f2ef1

6.3.0

  • NEW: pymdownx.extrarawhtml is now deprecated in favor of Python Markdown's md_in_html extension found in the
    3.2 release.
  • NEW: When using Pygments 2.4+, code under pre elements will also be wrapped in code blocks:
    #!html <pre><code></code></pre>. legacy_no_wrap_code option has been provided as a temporary way to get the old
    behavior during the transition period, the option will be removed in the future.
  • NEW: Remove deprecated version and version_info.
  • FIX: Allow single word hostnames in MagicLink auto-link.