mirror of
https://github.com/becarpenter/book6.git
synced 2024-05-07 02:54:53 +00:00
35 lines
565 B
Markdown
35 lines
565 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) TTT
|
|
/ \ | \ |
|
|
~~~
|
|
|
|
or mermaid art
|
|
|
|
```mermaid
|
|
flowchart LR
|
|
A[From A] --> B[To B]
|
|
```
|
|
|
|
SVG art is also possible, but needs a separate SVG file in the same directory, and then code like
|
|
|
|
~~~
|
|
<img src="./my_diagram.svg">
|
|
~~~
|
|
|
|
### [<ins>Next</ins>](Another%20Section.md) [<ins>Chapter Contents</ins>](./99.%20Chapter%20Template.md)
|