Open revati-naik opened 1 year ago
@revati-naik Thank you for the report. I'm sorry it took so much time to reply. I've been on vacation, followed by a war. I'll attend to this issue in the following weeks.
@liran-funaro Do we have any update on this?
Hi @revati-naik. Please try to create a minimalistic example to reproduce this issue.
Hi @revati-naik. Please try to create a minimalistic example to reproduce this issue.
I just updated the first comment.
And to add more context, please find the diff patch for my test. I tried to add a .. uml::
directive in the image-target.rst
file.
And I see the following warning:
markdown-builder/tests/source/image-target.rst:13: WARNING: unknown node type: <plantuml: >
Also, I do not feel my initial approach of adding plantuml
as a directive was correct.
I modified the title to be a feature request. I don't have plans to add more features at the time. But I will keep this issue open if I will have time for it in the future.
Describe the bug A clear and concise description of what the bug is.
I have links to certain plantuml diagrams in my
.rst
file.I use it in the `.rst file as
The extensions I use are:
sphinx-makrdown-builder v0.6.6
sphinxcontrib.plantuml v0.27
sphinx-needs v1.2.2
It works fine with HTML builder and I see the diagrams generated just right. In the markdown, I see empty blocks. No reference of uml diagrams exist in the generate markdown file
If I add it as a need type
The directive added in the
conf.py
file is.. uml::
.This is what my markdown looks like
However, I do want to add it as a need type.
To Reproduce Steps to reproduce the behavior:
git@github.com:sphinx-doc/sphinx.git
,
sphinx-markdown-builder,
sphinx-needs==1.2.2`sphinx-build -M markdown input_dir output_dir
.rst
fileExpected behavior A clear and concise description of what you expected to happen
Just like the HTML markdown supports uml images, the markdown builder should also render the images. Atleast to begin with I need to see the signature of the uml in the .md file. For example, in case f drawio images, I see the
sphinxcontrib.drawio
working to add the![image](image.drawio)
in the markdown file.Environment (please complete the following information):
Additional context Add any other context about the problem here.