Skip to content

Latest commit

 

History

History
89 lines (59 loc) · 1.7 KB

README.md

File metadata and controls

89 lines (59 loc) · 1.7 KB

Title

Table of Contents

  1. Introduction
  2. Multi Word Section
    1. Subsection
  3. Code Block
    1. Inline
    2. Block
  4. Link to subfolder
  5. Footnotes
  6. Mermaid
  7. Spoiler
  8. References

Introduction

Introduction paragraph.

Multi Word Section

Multi word section paragraph.

Subsection

Subsection paragraph.

Code

Inline

An example of inline code.

Block

An example code block:

<div>
  <p>Hello World</p>

Link to subfolder

You can find more information in the example page.

Footnotes

Here is a simple footnote1.

A footnote can also have multiple lines2.

You can also use words, to fit your writing style more closely3.

Mermaid

graph TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[Car]
Loading

Spoiler

Spoiler

Some hidden text

References

Footnotes

  1. My reference.

  2. Every new line should be prefixed with 2 spaces.
    This allows you to have a footnote with multiple lines.

  3. Named footnotes will still render with numbers instead of the text but allow easier identification and linking.
    This footnote also has been made with a different syntax using 4 spaces for new lines.