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 using PyMdown Extensions' snippets to insert a fenced code block containing a bash command. The same snippet has a <script> block to pull data from another file (using the same snippet extension) to ensure the command is always accurate.
This works, but breaks if used inside any Markdown block element, such as a list.