I'm seeing a problem, whereby the plantuml server at plantuml.com and the plantuml/plantuml-server container image from dockerhub are doing the right thing, but everything else I have tried is not. That is, I've tried recent ubuntu and debian distros/packages, and I've tried the think/plantuml container image, and they're doing the wrong thing. (Ratonale: I am looking for a scriptable, automatated solution, without running a webserver endpoint for interactive usage.)
Here's example input;
@startuml
note top of something
Some text at the top, whatever.
<code>
makefile-target: makefile-dependencies...
makefile-recipe shell commands...
</code>
end note
state something
something : it is what it is
@endumlIn my dev OS, the plantuml tool doesn't format the code snippet in the note, the "<code>" and "</code>" tags are simply in the literal text.
Obviously I can't mark this as a plantuml bug, because it's clearly something that only affects downstream versions. But if anyone can shed light on what's going on, and perhaps a workaround, I'd be most grateful. TIA!