Example Site
Example
This is an example Obsidian note.
Headers
# H1
## H2
### H3
#### H4
##### H5
###### H6
H1
H2
H3
H4
H5
H6
Text Formatting
**Bold**
*Italic*
~~Strikethrough~~
`Inline code`
Bold
Italic
Strikethrough
Inline code
Lists
Unordered list:
- Item 1
- Subitem 1.1
- Item 2
Ordered list:
1. Item 1
1. Subitem 1.1
2. Item 2
Unordered list:
- Item 1
- Subitem 1.1
- Item 2
Ordered list:
- Item 1
- Subitem 1.1
- Item 2
Links and Images
[Link to Obsidian](https://obsidian.md)
![Image](https://example.com/image.png)
Blockquotes
> This is a quote.
> - Author Name
This is a quote.
- Author Name
Callout
> [!tip]: This is a callout box.
Info
The Information you want to convey
GM Tip, Hint, Important
Something useful could stand here
Warning, Caution, Attention
Something Important to be reminded of
Quote
The actual Quote or thing that should be
Read to the Player
This is Prose that is read ONLY USE THIS IN PLOTS AND SCENES, NOT IN WORLDBUILDING ARTICLES
Seed, Adventure Hook
This is something you could use to build your adventure upon
This should not be directly revealed to a player
Code Blocks
python example.py
:
def greet(name):
print(f"Hello, {name}!")
greet("Obsidian")
Tables
| Header | Header | Header |
| ------ | ------ | ------ |
| Cell | Cell | Cell |
| Cell | Cell | Cell |
| Cell | Cell | Cell |
Header | Header | Header |
---|---|---|
Cell | Cell | Cell |
Cell | Cell | Cell |
Cell | Cell | Cell |
Task Lists
- [ ] Task 1
- [x] Task 2 (completed)
- [ ] Task 3
Footnotes
This is a sentence with a footnote[^1].
[^1]: This is the footnote.
This is a sentence with a footnote[1].
Horizontal Rules
---
MathJax
Inline equation: $E=mc^2$
Block equation:
$$
\frac{d}{dx}(f(x) + g(x)) = \frac{d}{dx}f(x) + \frac{d}{dx}g(x)
$$
Inline equation:
Block equation:
This is the footnote. ↩︎
Comments
We'd love to hear how you've used this content in your own campaigns! Share your anecdotes and examples in the comments below to inspire and help other readers imagine the possibilities. Your input can also help us refine and improve the note structure for future adventure modules.