Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible dependency of Markdown between mkdocs-material and mkdocs. #36

Closed
nikramakrishnan opened this issue Feb 29, 2020 · 0 comments · Fixed by #37
Closed

Incompatible dependency of Markdown between mkdocs-material and mkdocs. #36

nikramakrishnan opened this issue Feb 29, 2020 · 0 comments · Fixed by #37

Comments

@nikramakrishnan
Copy link
Member

This is because mkdocs-material changed its requirements to Markdown<3.2 in squidfunk/mkdocs-material@bbba04a (included in release 4.6.0) due to a breaking change in Python-markdown (see Python-Markdown/markdown#862), and has been fixed since.

Docwriter cannot directly bump the required versions, because this also affects code blocks that docwriter inserts in markdown files. These issues need to be addressed in a minor release.

chris-liddell pushed a commit to ArtifexSoftware/thirdparty-freetype2 that referenced this issue Mar 1, 2020
This change is required to support docwriter 1.2.1.

See

  freetype/docwriter#36

for more information.

* docs/markdown/stylesheets/extra.css:
(.md-typeset code) -> (.md-typeset pre>code)
(pre) -> (pre>code)
(p, .md-typeset p, h4): Remove commented styles.
(table.index): Remove unused styles.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant