Skip to content

Commit

Permalink
Prep for 6.3.0 release (#808)
Browse files Browse the repository at this point in the history
* Prep for 6.3.0 release

* Remove deprecated version and version_info

* Fix lint
  • Loading branch information
facelessuser authored Feb 7, 2020
1 parent e195921 commit 80f2ef1
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 74 deletions.
1 change: 1 addition & 0 deletions docs/src/markdown/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- **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.

## 6.2.1
Expand Down
4 changes: 2 additions & 2 deletions docs/src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repo_url: https://github.com/facelessuser/pymdown-extensions
edit_uri: tree/master/docs/src/markdown
site_description: A Collection of Useful Extensions for Python Markdown
copyright: |
Copyright &copy; 2014 - 2018 <a href="https://github.com/facelessuser">Isaac Muse</a>
Copyright &copy; 2014 - 2020 <a href="https://github.com/facelessuser">Isaac Muse</a>
<br><span class="md-footer-custom-text">emoji provided free by </span>
<a href="https://github.com/twitter/twemoji">Twemoji</a>
Expand Down Expand Up @@ -75,7 +75,7 @@ markdown_extensions:
- pymdownx.extrarawhtml:
- pymdownx.superfences:
preserve_tabs: true
custom_fences:
custom_fences:
- name: flow
class: uml-flowchart
format: !!python/name:pymdownx.superfences.fence_code_format
Expand Down
1 change: 0 additions & 1 deletion docs/theme/extra-174a536342.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/theme/extra-424d7dfff1.css

This file was deleted.

Loading

0 comments on commit 80f2ef1

Please sign in to comment.