Markdown Preview
Second Heading, for the Page Subtitle
Third Heading, usually for the Section Title
Fourth Heading, usually for the Subsection Title
Fifth Heading, for the Subsubsection Title
Sixth Heading, for the Paragraph Title
Inline Styles
Bold and Italic
- Bold text is perfect for highlighting key points.
- Italic text is great for emphasizing specific words.
- Bold and Italic text can be used for extra emphasis.
Other Inline Styles
- Strikethrough:
strikethrough text - Sub: H2O
- Sup: x2
- Mark: marked text
- Insert: inserted text
- Emoji: 😄 ❤️ 🚀
- Abbr: HTML
- © ® ™ ±
Lists: Organizing Information
Lists are a great way to organize information in a structured manner.
Unordered Lists
Unordered lists use bullet points to list items. They are perfect for listing items without a specific order.
- First item
- Second item
- Subitem one
- Subitem two
Ordered Lists
Ordered lists use numbers to list items. They are ideal for steps or items that need to be in a specific order.
- Step one
- Step two
- Substep one
- Substep two
Links
Code
- 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:
# Markdown```tsconsole.log("Hello, Markdown");```Block Styles
Quote
“This is a blockquote. It stands out and draws attention to important information. In HTML, blockquotes are created using the
<blockquote>tag. When used with the Typography plugin and daisyUI, blockquotes receive special styling that includes indentation and a different background color - making quoted text visually distinct from the rest of the content. This styling helps create clear visual hierarchy and improves readability while maintaining semantic HTML markup.”
Table
| Header 1 | Header 2 |
|---|---|
| Row 1 | Row 1 |
| Row 2 | Row 2 |
Color Scheme
Markdown Preview