1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Dmitry Shachnev <mitya57@debian.org>
Date: Fri, 10 Aug 2018 16:53:32 +0300
Subject: Disable the Markdown GitHub links extension
Until it is packaged in Debian.
---
mkdocs.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mkdocs.yml b/mkdocs.yml
index ae16469..e64d76e 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -35,9 +35,6 @@ 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>.
|