Testing Mermaid
Following HTML files within markdown for Jekyll, HTML for Mermaid injected as follows:
graph LR
A --- B
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner);
CTRL+S
Note: Code injection for components (as above) is probably not how it was intended to be used.
- With injected HTML, it is possible to write posts using a combination of HTML and markdown!
- Including ChartJS is easy!
- (WIP) Try changing background of above diagram to transparent