You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm writing documentation with mkdocs material and one of the concepts available are snippets. Snippets are denoted with a special "scissor" syntax to include the given file:
--8<-- "include-me.md"
Broken Markdown
This markdown (starting with a snippet) produces no code blocks.
Note: I've added backspaces(\) just to keep GitHub issues formatting happy, they aren't there in the real doc.
I'm writing documentation with mkdocs material and one of the concepts available are snippets. Snippets are denoted with a special "scissor" syntax to include the given file:
Broken Markdown
This markdown (starting with a snippet) produces
no code blocks
.Executing
runme ls
:runme --filename docs/run-demo2.md ls
returns textualno code snippets
text.Working Markdown
runme ls
works perfectly ✅runme ls
works perfectly ✅Shows:
The text was updated successfully, but these errors were encountered: