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
Describe the bug A clear and concise description of what the bug is.
I have links to certain plantuml diagrams in my .rst file. The directive added in the conf.py file is .. uml::.
.rst
conf.py
.. uml::
directive="uml", title="UML", prefix="UML_", color="#BFD8D2", style="node"
I use it in the `.rst file as
.. uml:: path_to_uml/file.puml
The extensions I use are sphinx-makrdown-builder and sphinxcontrib.plantuml
sphinx-makrdown-builder
sphinxcontrib.plantuml
It works fine with HTML builder and I see the diagrams generated just right. In the markdown, I see empty blocks.
This is what my markdown looks like
<a id="UML_5EDCF"></a> | UML: **path\_to\_uml/file.puml** [UML_5EDCF](#UML_5EDCF) ![image](/home/$USERinternal_python_vendor_sphinx_needs/site-packages/sphinx_needs/images/feather_svg/arrow-down-circle.svg)![image](//home/$USER/internal_python_vendor_sphinx_needs/site-packages/sphinx_needs/images/feather_svg/arrow-right-circle.svg) <br/><br/> | |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | <br/><br/><br/> | | |
Expected behavior A clear and concise description of what you expected to happen
Markdown should be something like
plantuml source = path/to/uml/file.puml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
I have links to certain plantuml diagrams in my
.rst
file. The directive added in theconf.py
file is.. uml::
.I use it in the `.rst file as
The extensions I use are
sphinx-makrdown-builder
andsphinxcontrib.plantuml
It works fine with HTML builder and I see the diagrams generated just right. In the markdown, I see empty blocks.
This is what my markdown looks like
Expected behavior
A clear and concise description of what you expected to happen
Markdown should be something like
The text was updated successfully, but these errors were encountered: