mirror of
https://github.com/becarpenter/book6.git
synced 2024-05-07 02:54:53 +00:00
27 lines
323 B
Markdown
27 lines
323 B
Markdown
![]() |
# 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
|
||
|
A[From A] --> A[To B]
|
||
|
```
|