3

I'm using mkdocs to create html web pages and snippets extension to fragment my master documents into small pieces. I have an incomprehensible bug:

In the file file1.md I made:

--8<--
includes/some_rep/fragment1.md
includes/some_rep/fragment2.md
...
--8<--

And all is ok... but in another file2.md i made:

--8<--
includes/other_rep/oher_fragment1.md
--8<--

And got a non interpreted output :( Does some one experimented similar bug?

1 Answers1

1

Add pymdownx.snippets in the markdown_extensions

Joskfg
  • 194
  • 1
  • 4