-
DescriptionHi, would you please support plantuml out of box in next version of Quarto?
all are not work. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
It not easy to me to learn pandoc api + lua script language to write a new one. thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Did you look at: Which highlight a Pandoc filter: https://github.com/pandoc/lua-filters/tree/master/diagram-generator#plantuml which was ported a a Quarto extension, see https://github.com/pandoc-ext/diagram. Also "not work" is not really something that help us help you. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
-
Hi Mcanouil, follow your help it works now! thanks a lot for your help.
set PATH=%PATH%;%JAVA_HOME%\bin;%DOT%\bin;%TEX_HOME%\bin; 6.plantuml: test-diagram-generator.qmd file:
|
Beta Was this translation helpful? Give feedback.
-
Plantuml support lives in https://github.com/pandoc-ext/diagram If something is not working, this should be opened there. |
Beta Was this translation helpful? Give feedback.
Plantuml support lives in https://github.com/pandoc-ext/diagram
If something is not working, this should be opened there.