1
0
mirror of https://github.com/becarpenter/book6.git synced 2024-05-07 02:54:53 +00:00

27 lines
323 B
Markdown
Raw Normal View History

2022-09-02 15:03:00 +12:00
# First Section
This is a section. You can write whatever is needed, including
1. A numbered list.
2. With a few items
Or
- A bullet list.
- With various items.
- Or more.
~~~
Some ASCII
___
A |R |
/ \ | \ |
~~~
or mermaid art
```mermaid
flowchart LR
2022-09-02 15:04:54 +12:00
A[From A] --> B[To B]
2022-09-02 15:03:00 +12:00
```