Is there a sample code for using PlantUml in metadata(Api documentation) Docfx?
it is like this image
For example, the following picture is another place that's means article menu no on metadat
Is there a sample code for using PlantUml in metadata(Api documentation) Docfx?
it is like this image
For example, the following picture is another place that's means article menu no on metadat
It resolved with wrap markdown in a XML CDATA block in the .CS file
///<summary>
///<![CDATA[
///```plantuml
///interface IAnimal {
///Name : string
///}
///```
///]]>
///</summary>