We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When rendering a tree with a tree fence, an empty paragraph is rendered before the code block.
tree
Just add a tree fence to a Markdown page:
```tree ./ hello/ ```
No traceback.
No empty paragraph. It breaks some styling features of Material for MkDocs.
python -m markdown_exec.debug # | xclip -selection clipboard
PYTHONPATH
/home/pawamoy/.local/pipx/venvs/pdm/lib/python3.11/site-packages/pdm/pep582
markdown-exec
/
The text was updated successfully, but these errors were encountered:
fix: Fix removal of temporary div for headings forwarding
c012c1d
Issue-50: #50
pawamoy
No branches or pull requests
Description of the bug
When rendering a tree with a
tree
fence, an empty paragraph is rendered before the code block.To Reproduce
Just add a
tree
fence to a Markdown page:Full traceback
No traceback.
Expected behavior
No empty paragraph. It breaks some styling features of Material for MkDocs.
Environment information
python -m markdown_exec.debug # | xclip -selection clipboard
PYTHONPATH
:/home/pawamoy/.local/pipx/venvs/pdm/lib/python3.11/site-packages/pdm/pep582
markdown-exec
v1.8.3Additional context
/
The text was updated successfully, but these errors were encountered: