Once enabled Mermaid charts can be added to any FAQ using the Mermaid syntax and wrapping the code in a div with the mermaid
class. Eg:
Chart code can be added to any FAQ. E.g:
graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D
The code above renders the following chart:
More examples can be found on the Mermaid website here.