mkdocs-pandoc icon indicating copy to clipboard operation
mkdocs-pandoc copied to clipboard

[unmaintained] mkdocs -> pandoc converter: use this fork https://github.com/twardoch/mkdocs-combine

Results 18 mkdocs-pandoc issues
Sort by recently updated
recently updated
newest added

patch for mkdocs version >1.0.4, where 'pages' is now 'nav' in mkdocs.yml file

In `mkdocs.yml`, the `pages:` directive is being deprecated in favor of the `nav:` directive. This means that eventually `mkdocs-pandoc` will not work with functional `mkdocs.yml` files. Here's the error you...

Hey there, just tried your tool and got the following error: ```` mkdocs2pandoc > mydocs.pd Traceback (most recent call last): File "/home/markus/anaconda3/bin/mkdocs2pandoc", line 11, in sys.exit(main()) File "/home/markus/anaconda3/lib/python3.6/site-packages/mkdocs_pandoc/cli/mkdocs2pandoc.py", line 80,...

When I try to generate a .pd with `mkdocs2pandoc -f mkdocs.yml -o output.pd` in my docker image (schizopriest/mkdocs) on gitlab-ci, I get the following error: ```bash Traceback (most recent call...

The windows instructions suggest running `choco install pandocpdf`: ``` Chocolatey v0.10.5 Installing the following packages: pandocpdf By installing you accept licenses for the packages. pandocpdf not installed. The package was...

Windows 10 Python 2.7.13 mkdocs 0.16.3 mkdocs-material 1.5.4 pandoc installed from chocolatey 0.10.5 Site being created: https://github.com/adrianhall/develop-mobile-apps-with-csharp-and-azure ``` D:\GitHub\develop-mobile-apps-with-csharp-and-azure [master +1 ~0 -0 !]> mkdocs2pandoc > editions/editions1.pd Traceback (most recent...

First off, great tool! Thanks a lot! I'm using some custom Markdown extensions, e.g. https://github.com/gisce/markdown-blockdiag. Unfortunately, blockdiag blocks don't get processed. Do you thing there is a way to apply...

I got an install error on my windows 10 machine - can someone please help me ? > C:\Windows\system32>choco install pandocpdf > Chocolatey v0.10.5 > Installing the following packages: >...

hi there! I'm having a very annoying issue, images seem to brake when I convert my mkdocs 2 pandoc... some links are relative, others are absolute even though they are...

Hi: Thanks for your interesting tool. However I get all the time the same error: "failed to create process". Just writing the command `mkdocs2pandoc` . Any clues on what could...