Inspired by the Markdown Style Guide, this document builds a comprehensive syntax knowledge system.
Note: All syntax demonstrations include code blocks paired with live rendering previews
Heading Hierarchy #
### H3 Heading
#### H4 Heading
------
H3 Heading #
H4 Heading #
Text Formatting System #
*Italic text* or _Emphasized content_
**Bold importance** or __Critical information__
Combo: **Bold with _nested italics_**
Italic text or Emphasized content
Bold importance or Critical information
Combo: Bold with nested italics
List Management #
1. Primary list item
2. Secondary explanation
- Unordered subitem
3. Auto-number continuation
* Mixed list types
+ Third-level nesting
- Primary list item
- Secondary explanation
- Unordered subitem
- Auto-number continuation
- Mixed list types
- Third-level nesting
- Mixed list types
Interactive Elements #
[Inline link](//ai.com)
[Title-enhanced link](//ai.com "hover tooltip (deepseek)")
[Relative path reference](../hugo-blowfish-blog-setup)
Inline link Title-enhanced link Relative path reference
Table Implementation #
| Status | Code Sample | Description |
|--------|------------------|------------------|
| OK | `200 OK` | Standard response|
| Error | `404 Not Found` | Resource missing |
Status | Code Sample | Description |
---|---|---|
OK | 200 OK |
Standard response |
Error | 404 Not Found |
Resource missing |
Blockquote Separation #
> Multi-line blockquotes automatically merge
> Supports **formatting** and `code` nesting
---
*** or ___ horizontal rules
Multi-line blockquotes automatically merge
Supports formatting andcode
nesting
*** or ___ horizontal rules
Extended Features #
<kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Del</kbd>
<table><!-- HTML table extension -->
Ctrl+Alt+Del