Repository for Trio documentation (under development)
Note
Please add!
Using the #
sign shows a chapter on the menu/index. The amount of #
's determines the level.
Example:
# README
## Tips & Tricks
### Add a Chapter
### Link to Another File
Tip
If you want to avoid a chapter ending up in the menu/index, use bold text by:
- either surrounding the text with 2-star signs
**
- or adding
<b>
before the text and</b>
after the text (without spaces).
Input | Result |
---|---|
**bold text** |
bold text |
<b>bold text</b> |
bold text |
When linking to another Markdown file (ending with .md
) in another directory, the link must start with ../
.
Example: ../directoryname/filename.md