Markdown Reference
Internal Linking
Links to other pages can be created by surrounding the text with double square brackets. If the link text and the link target should be different, that can be specified using the |
character.
The link in this sentence will direct to the page for Campaign Notes/NPC/Icarus.
The link in this sentence will direct to the page for [[Campaign Notes/NPC/Icarus]].
The link in this sentence will direct to the page for the leader of the town.
The link in this sentence will direct to the page for the leader of the town.
Headers
Headers are created by putting a #
and a space before the header text. The more #
symbols used, the "lower" the subheading used.
# Header 1
## Header 2
### Header 3
#### Header 4
Header 1
Header 2
Header 3
Header 4
Unnumbered Lists
Unnumbered lists are created by putting a hyphen and a space before the text. Subitems can be created using a tab
before the hyphen.
- Item 1
- Item 2
- Subitem 2a
- Subitem 2b
- Item 3
- Item 1
- Item 2
- Subitem 2a
- Subitem 2b
- Item 3
Bold/Italics
Bold text can be designated by surrounding it with two asterisks on each side. Italics can be shown by using a single asterisk on each side of the text. These two can be combined to have bold and italicized text.
**This text is bold.**
**Some** of this **text** is bold.
*This text is italicized.*
*Some* of this *text* is italicized.
***This text is both.***
***Some*** of this ***text*** is both.
This text is bold.
Some of this text is bold.
This text is italicized.
Some of this text is italicized.
Some of this text is both.
Reference
These are just a few examples of markdown syntax. Further information can be found at https://help.obsidian.md/How+to/Format+your+notes.