1
0
mirror of https://github.com/becarpenter/book6.git synced 2024-05-07 02:54:53 +00:00
Brian E Carpenter 506a7f4feb Added SVG example
2022-09-04 08:55:41 +12:00

458 B

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

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">