hugo支持通过代码块来解析plantuml语法吗?

如何让hugo支持在线解析plantuml,就像hexo-filter-plantuml插件的解析?

```puml
@startuml
class A
@enduml

这个hugo不支持,还是需要导出图片

是通过#+BEGIN_SRC 代码块导出png图片实现吗?

#+BEGIN_SRC plantuml :file ./ABC.png
class A
#+END_SRC

我想让hugo解析plantuml的语法,这样就不用导出图片了.

这感觉应该是hugo的问题,不是org的问题?

en ,是针对hugo的问题,想让hugo达到像hexo解析plantuml

可以让主题支持

even主题支持吗,怎么设置呢?还是特定的主题才会支持:star_struck:

hugo有哪些主题支持通过代码块解析plantuml?