Render Test
Table of Contents
testing how different elements are displayed.
1. Tables
A | B | C |
---|---|---|
1 | 2 | 3 |
X | Y | Z |
2. Mermaid.js flow diags
A self-serving tutorial on mermaid can be found here
graph TD A[Enter Chart Definition] --> B(Preview) B --> C{decide} C --> D[Keep] C --> E[Edit Definition] E --> B D --> F[Save Image and Code] F --> B
3. Quotes
Test Quote. Raj Patil
4. Verse
A test verse, this is.
this is a test verse.
Yeah .., it is.
A test verse.
5. Plant UML
@startuml start :Read user input; if (Input is valid?) then (yes) :Process the input; :Display results; else (no) :Display error message; endif stop @enduml