-
Updated
May 23, 2022 - 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 743 public repositories matching this topic...
-
Updated
May 30, 2022 - TypeScript
-
Updated
May 17, 2022 - TypeScript
-
Updated
Mar 30, 2020 - CSS
-
Updated
May 31, 2022 - Markdown
-
Updated
May 26, 2022 - Python
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Currently plaintext ballots must have at least one contest:
But encrypted and submitted ballots don't have this restriction
Expected
-
Updated
May 28, 2022 - Python
-
Updated
May 26, 2022 - Python
-
Updated
Mar 8, 2022 - 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
May 26, 2022 - Python
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
May 10, 2022 - Python
-
Updated
May 25, 2022 - SCSS
-
Updated
May 19, 2022 - Python
-
Updated
Mar 1, 2022 - Python
-
Updated
May 15, 2022 - Python
-
Updated
Apr 29, 2022 - HTML
-
Updated
Mar 11, 2022 - C++
-
Updated
May 4, 2021 - R
-
Updated
May 31, 2022 - Ruby
-
Updated
May 4, 2022 - Jupyter Notebook
-
Updated
Apr 20, 2022 - Python
-
Updated
Apr 27, 2016
Created by Tom Christie
Released 2014
Latest release 2 months ago
- Repository
- mkdocs/mkdocs
- Website
- www.mkdocs.org
I saw there are repositories that have too many branches/tags failing when we try to re-sync their versions. An example of it is
jupyterlab
which has 61k versions:It fails on our side because we truncate the output of the command if it's too big:
'Output is too big. Truncated at 4718592 bytes.'
. We cou