matentzn / monarch-provenance

https://matentzn.github.io/monarch-provenance/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Mermaid diagrams not rendering in docs #1

Open caufieldjh opened 3 weeks ago

caufieldjh commented 3 weeks ago

Docs: https://matentzn.github.io/monarch-provenance/

Mermaid diagrams are in the source for each docs page but don't appear to be rendering at all. Example: https://matentzn.github.io/monarch-provenance/Entity/

Sure enough, it's right here in the HTML:

<html>
<body>
<!--StartFragment-->
<div class="mermaid"> classDiagram
--
  | class Entity
  | click Entity href "../Entity"
  | NamedThing &lt;\|-- Entity
  | click NamedThing href "../NamedThing"
  |  
  |  
  | Entity &lt;\|-- Dataset
  | click Dataset href "../Dataset"
  | Entity &lt;\|-- Distribution
  | click Distribution href "../Distribution"
  |  
  |  
  | Entity : description
  |  
  | Entity : identifier
  |  
  | Entity : name
  |  
  | </div>

<!--EndFragment-->
</body>
</html>

I'd expect something like this: https://bridge2ai.github.io/data-sheets-schema/NamedThing/

matentzn commented 3 weeks ago

https://matentzn.github.io/monarch-provenance/Activity/

shows

image

How can that be debugged?