pawamoy/markdown-exec

Isssue with Abbreviations

fabge opened this issue · 3 comments

fabge commented

There seems to be an issue when the abbr extension is used in conjunction with markdown-exec.

I have following markdown content (Screenshot as I cannot have two a ``` fence inside another)

grafik

The final output however has the abbreviation glossary attached below the markdown-exec code fence:

grafik

Hi, thanks for the report!

You can definitely write a code block in a code block with this syntax:

````md
# Support

```python exec="true"
import platform
```

Lorem ipsum
````

I'll try to replicate 🙂

Unfortunately I cannot replicate. Did you actually add the abbr extension to markdown_extensions in mkdocs.yml?
If you did, then please set up a public repository that reproduces the issue.

Closing for lack of information.