Images
Image from same directory
Rosy maple moth](moth.jpg)
External image sample

Image from other directory

Obsidian wikilink embed (same directory)
Table styling
| head 1 | head 2 | head 3 |
|---|---|---|
| row 1 | row 1 | longer row |
| row 2 | row 2 | row 2 |
| longer row 3 | row 3 | row 3 |
| row 4 | longer row 4 | row 4 |
Text styles
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Bold
Italics
Italics Bold
Highlight
strikethrough
This is a quote
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularized in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text
- Bullet list one
- Bullet list two
- Bullet list three
Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text Sample text
- Item 1
- sub
- sub
- sub
- Item 2
- sub
- Item 3
- Item
- sub
- sub
- Item
- Item
- [ ] Task
- [x] Task
- [ ] Task
cd ~/Desktop
dir /b
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
Footnotes
This is a line with a foot note reference [^1]
[^1]: This is the foot note itself
You can also use inline footnotes. ^[This is an inline footnote.]
Callouts
General information or reminders.
Summarizes content. Also accepts: summary, tldr.
Informational asides and context.
Action items or task lists.
Helpful hints and best practices. Also accepts: hint, important.
Indicates a positive outcome. Also accepts: check, done.
Frequently asked questions or open questions. Also accepts: help, faq.
Something to watch out for. Also accepts: caution, attention.
Something went wrong or is missing. Also accepts: fail, missing.
A critical issue or destructive action. Also accepts: error.
A known bug or unexpected behavior.
A demonstration or code sample.
A quotation or citation. Also accepts: cite.
Click the title bar to collapse this callout.
This callout starts collapsed. Click the title to expand it.
Linking tests
External links like Obsidian Help
Internal ink to same section Text styles
This is what an offsite link like External links like Obsidian Help looks like in the middle of normal text.
Mermaid charts
flowchart TD
A(["Start"])
A --> B{"Decision"}
B --> C["Option A"]
B --> D["Option B"]
sequenceDiagram Alice->>+John: Hello John, how are you? Alice->>+John: John, can you hear me? John-->>-Alice: Hi Alice, I can hear you! John-->>-Alice: I feel great!
