mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Link to GitHub issues from release notes.
Uses the `mdx_gh_links` Markdown extension. Fixes #644.
This commit is contained in:
@@ -47,6 +47,7 @@ authors should review how [search and themes] interact.
|
||||
|
||||
### Other Changes and Additions to Development Version
|
||||
|
||||
* Link to GitHub issues from release notes (#644).
|
||||
* Expand {sha} and {version} in gh-deploy commit message (#1410).
|
||||
* Compress `sitemap.xml` (#1130).
|
||||
* Defer loading JS scripts (#1380).
|
||||
|
||||
@@ -28,6 +28,9 @@ markdown_extensions:
|
||||
permalink:
|
||||
- admonition
|
||||
- def_list
|
||||
- mdx_gh_links:
|
||||
user: mkdocs
|
||||
repo: mkdocs
|
||||
|
||||
copyright: Copyright © 2014 <a href="https://twitter.com/_tomchristie">Tom Christie</a>, Maintained by the <a href="/about/release-notes/#maintenance-team">MkDocs Team</a>.
|
||||
google_analytics: ['UA-27795084-5', 'mkdocs.org']
|
||||
|
||||
@@ -4,3 +4,4 @@ livereload>=2.5.1
|
||||
Markdown>=2.5
|
||||
PyYAML>=3.10
|
||||
tornado>=4.1
|
||||
mdx_gh_links>=0.2
|
||||
|
||||
Reference in New Issue
Block a user