-
Updated
Apr 17, 2021 - Python
MkDocs
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
Here are 544 public repositories matching this topic...
-
Updated
Apr 15, 2021 - TypeScript
-
Updated
Apr 16, 2021 - TypeScript
-
Updated
Mar 30, 2020 - CSS
-
Updated
Apr 7, 2021 - Python
-
Updated
Apr 15, 2021 - Python
You can have two API objects that use the same anchor reference. When both are rendered into the same Markdown file, the references are not unique, and one of the links will not work.
def a():
""" Links to [a][0].
[0]: https://a.org """
def b():
""" Links to [b][0].
[0]: https://b.org """The MarkdownRenderer should find such duplicate references (here 0 an
-
Updated
Apr 15, 2021 - Python
-
Updated
Apr 14, 2021
It would be great if there was a function in the theme handler in which I could modify the HTML before it's converted to PDF, for example to add a title page.
(At the moment, I tried to add a title page by combining the output with a pre-made PDF for the title page using Ghostscript, but the problem is that Ghostscript ruins all the named destinations links, so internal links won't work. Would
-
Updated
Apr 16, 2021 - Python
-
Updated
Oct 9, 2019 - R
-
Updated
Apr 15, 2021 - Ruby
-
Updated
Apr 11, 2021 - Python
-
Updated
Apr 16, 2021 - SCSS
-
Updated
Apr 27, 2016
I have a markdown document where I am detailing syntax.
In particular, I am using the description: {% Vimeo ID}
With the mkdocs_macro_plugin enabled, this syntax which is contained in a code block fails to build.
I believe that the plugin is trying to interpret the {% as a tag.
Would it be possible to exclude the macro plugin parsing the contents of code blocks?
The build error is
-
Updated
Apr 10, 2021 - Python
-
Updated
Mar 28, 2020 - Python
-
Updated
Feb 27, 2021 - C++
-
Updated
May 1, 2017 - Jupyter Notebook
-
Updated
Nov 25, 2020 - HTML
-
Updated
Feb 18, 2021 - Python
While working with external services, like GitHub or Stripe, it's handy to use ngrok (https://ngrok.com) to access the instance running locally on Docker for a domain publicly accessible. However, there are some changes required to make it work.