Open ManasMadrecha opened 3 years ago
Hi, from what I understood reading the code, this plugin relies on another repository/dependency called plantuml-encoder
which only creates an URL with the plantuml contents encoded in base64.
So, you will always have an img
tag in your document source.
Only difference for SVG is the links points to an SVG image instead of another extension.
First of all, thanks for this amazing plugin. 💛
I am using Nuxt Content module to write markdown.
I want to copy the text contents of the image shown, so I changed the option of baseUrl to svg, as shown on readme file. This is showing the correct image. However, still but I am unable to copy the text contents.
On inspecting, I found the element shown is still
img
, and notsvg
. Any comments on this?