Conflict between Code annotations and markdown-exec lib #7302
Unanswered
gabrielbdornas
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Thanks for reporting. Since we do not officially support |
Beta Was this translation helpful? Give feedback.
2 replies
-
The issue is probably the following:
I don't see a solution yet, will think about it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I'm trying to build a series of python tutorials and think it will be nice to have the result of the code block execution in a result table. For this, I found the markdown-exec to help me.
I'm my current project, as I'm working in tutorials, I've been using code annotations a lot.
After install and configuring markdown-exec within
markdown_extensions
property, the code annotations stopped working.So, the code results are working, but the cool code annotations option crash:
Bug description
To me seems a kind of conflict betwwen the code annotations config and the markdown-exec.
markdown-exec
options to my code block, the annotations works:markdown-exec
options to my code block, it starts to work, but the annotations crash (exec="1" source="tabbed-left"
):Related links
Reproduction
The problem could be seen at this branch of my code.
Steps to reproduce
pip install -r requirements.txt
.mkdocs serve
.http://localhost:8000/blog/python-course---class-1/#your-first-python-program
Obs.: The conflicted code is located at this file.
Browser
No response
Before submitting
Beta Was this translation helpful? Give feedback.
All reactions