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

35 lines
563 B
Markdown
Raw Normal View History

2022-09-04 10:17:42 +12:00
## First Section
2022-09-02 15:03:00 +12:00
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
2022-09-04 08:55:41 +12:00
A |R) TTT
2022-09-02 15:03:00 +12:00
/ \ | \ |
~~~
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
```
2022-09-04 08:55:41 +12:00
SVG art is also possible, but needs a separate SVG file in the same directory, and then code like
~~~
<img src="./my_diagram.svg">
~~~
2022-09-04 10:17:42 +12:00
2022-09-04 13:42:20 +12:00
### [<ins>Next</ins>](Another%20Section.md) [<ins>Chapter Contents</ins>](99.%20Chapter%20Template.md)