mkdocs-include-markdown-plugin
mkdocs-include-markdown-plugin copied to clipboard
include-markdown url rewrite does not work properly with URLs which includes spaces
What I want to achieve
- I have an markdown file
included.mdwhich contains image inserted in form. - I include file
included.mdto filemaster.mdusing{% include-markdown "../lib/included.md" start="\n---" rewrite-relative-urls=true %}(optionrewrite-relative-urlsis not necessary)
What I expect
I expect that URL will be rewrited and image displayed in the final document.
What I receive
The url is not rewrited and image is not displayed