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 metadata:
It resolved with wrap markdown in a XML CDATA block in the .CS file
///<summary>
///<![CDATA[
///```plantuml
///interface IAnimal {
///Name : string
///}
///```
///]]>
///</summary>