The math formula can not render
Closed this issue · 3 comments
hanqing0521 commented
This plug is wonderful, thank you for this awesome work. I meet a problem, the latex or math can not render, such as
@startuml
skinparam handwritten true
:<math>int_0^1f(x)dx</math>;
:<math>x^2+y_1+z_12^34</math>;
note right
Try also
<math>d/dxf(x)=lim_(h->0)(f(x+h)-f(x))/h</math>
<latex>P(y|\mathbf{x}) \mbox{ or } f(\mathbf{x})+\epsilon</latex>
end note
@enduml
just show a normal text, Thanks!
hanqing0521 commented
I find that the plantuml in VSCode have the same problem, however, it provides a optional that one can select the plantuml.jar file to render the picture.
marc0l92 commented
hanqing0521 commented
Thank you, I got it.