asciidoctor / asciidoctor-pdf

:page_with_curl: Asciidoctor PDF: A native PDF converter for AsciiDoc based on Asciidoctor and Prawn, written entirely in Ruby.
https://docs.asciidoctor.org/pdf-converter/latest/
MIT License
1.14k stars 500 forks source link

Not Showing diagram generated by Plantuml via Kroki in generated pdf. #2457

Closed azafar1991 closed 11 months ago

azafar1991 commented 11 months ago

Hello, Using asciidoctor-pdf with asciidoctor extension in vscode. I am using Kroki (local-Server) for diagrams.On generating the pdf ,it shows plant uml code instead of diagram although in preview it is working fine.

=== Sample Diagrams

.This is a puml code. [plantuml,"test-1",svg,inline] .... @startuml

node "Test1" as tst1 node "Test2" as tst2 tst1 --> tst2: Relation

@enduml ....

mojavelinux commented 11 months ago

This sounds like asciidoctor-kroki is not being loaded/required when converting to PDF. This is not something that can be solved in this repository. You might want to ask in the project chat at https://chat.asciidoctor.org or file an issue with the VS Code extension.