Exploring Our Blog System Features
A demonstration of various content types and formatting options available in our blog system.
Exploring Our Blog System Features
This post demonstrates the various content types and formatting options available in our blog system. Use it as a reference for creating your own content.
Text Formatting
Bold text and italic text are supported, as well as strikethrough and inline code.
Headers
H1 Header
H2 Header
H3 Header
H4 Header
H5 Header
H6 Header
Lists
Ordered List
- First item
- Second item
- Third item
Unordered List
- Item one
- Item two
- Item three
Task List
- Completed task
- Incomplete task
Code Blocks
function helloWorld() {
console.log('Hello world!');
}
Tables
| Feature | Support | Notes |
|---|---|---|
| Markdown | Full | All CommonMark features |
| Images | Full | Supports alt text and captions |
| Embeds | Partial | YouTube, Twitter, etc. |
Blockquotes
This is a blockquote. It can span multiple paragraphs.
Just include additional angle brackets.
Horizontal Rules
Links
Images

Footnotes
Here’s a sentence with a footnote.1
HTML Support
You can use raw HTML when needed for special cases.
Math Formulas (LaTeX)
Inline math: (E = mc^2)
Block math:
[ \int_0^\infty x^2 dx ]
Diagrams (Mermaid)
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
Custom Components
This demonstrates how to use custom components within blog posts.
Footnotes
-
This is the footnote. ↩