GitHub Markdown Test#
Here is a task list:
- Install react-markdown
- Install remark-gfm
- Build the next big thing
You can also use strikethrough and tables:
| Feature | Supported |
|---|---|
| Tables | β |
| Tasks | β |
| Mermaid | β |
Good documents let structure do the heavy lifting.
Inline math works:
Diagrams with Mermaid#
Rendering diagramβ¦
1fn main() { 2 println!("Hello, world!"); 3}