Markdown Test
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Typographic replacements
© © ® ® ™ ™ (p) (P) ±
Inline Styles
- Italic: italic text
- Bold: bold text
- Strikethrough:
strikethrough text - Links
- Sub: H2O
- Sup: x2
- Mark: marked text
- Insert: inserted text
- Emoji: 😄 ❤️ 🚀
- Abbr: HTML
- Code:
console.log("Hello, World!");
- Code With Syntax Highlighting:
- javascript:
console.log("Hello, World!"); - shell:
npm install hexo --save - python:
print("Hello, World!") - css:
body { background-color: #f0f0f0; }
- javascript:
*[HTML]: Hyper Text Markup Language
Block Styles
Tasks
- todo task
- done task
Blockquote
Avian carriers can provide high delay, low throughput, and low altitude
service. The connection topology is limited to a single point-to-point path
for each carrier, used with standard carriers, but many carriers can be used
without significant interference with each other, outside of early spring.
This is because of the 3D ether space available to the carriers, in contrast
to the 1D ether used by IEEE802.3. The carriers have an intrinsic collision
avoidance system, which increases availability.
Table
| Header 1 | Header 2 |
|---|---|
| Row 1 | Row 1 |
| Row 2 | Row 2 |
Mathjax
Using MathJax in Markdown[1]:
- Inline math:
- Block math:
Tabs and Callouts
Using @mdit/tabs and markdown-it-obsidian-callouts
This is the active tab.
Tldr
TLDR
Example
Example
Info
Info
Warning
Warning
Error
Error
Code Block
MD
# Markdown```tsconsole.log("Hello, Markdown");```Color Scheme
██████████████████████████
Nord██████████████████████████
Nord Night██████████████████████████
Catppuccin Mocha██████████████████████████
Tokyo Night██████████████████████████
Markdown Test