Formatting Guide
Welcome to the PBDev Wiki! You can format your content using Markdown syntax with additional powerful extensions. Here's a breakdown of what’s available:
Basic Formatting
These features cover standard Markdown syntax that most users are familiar with.
| Feature | Syntax Example | Description |
|---|---|---|
| Headings | # H1, ## H2, ... ###### H6 |
Define headings of various levels |
| Paragraphs | Just type plain text | Creates a new paragraph |
| Line Breaks | Add two spaces at end of line | Forces a line break <br> |
| Emphasis | *italic* or _italic_ |
Italic text |
| Strong Emphasis | **bold** or __bold__ |
Bold text |
| Strikethrough | ~~text~~ |
Strikethrough ( |
| Blockquotes | > quote |
Creates a blockquote |
| Lists | - item, * item, 1. item |
Bullet and numbered lists |
| Code (inline) | `code` |
Inline code |
| Code Block | <br>code block<br> |
Multiline code block |
| Links | [title](https://example.com) |
Create clickable links |
| Images |  |
Display images |
| Tables | Markdown table syntax | Add tables with alignment |
| Autolinks | https://example.com |
Auto-links URLs |
Advanced Formatting
These features extend Markdown with rich content and layout support.
| Feature | Syntax Example / Usage | Description |
|---|---|---|
| Attributes (per element) | {.class #id key="value"} |
Add HTML-like attributes |
| External Links | [PBDev](https://pbdev.duckdns.org) |
Open in new tab with icon |
| Footnotes | Here is a fact[^1][^1]: Footnote. |
Add footnotes |
| Heading Permalinks | ## Heading (auto-permalink) |
Permalink icon for headings |
| Tables of Contents | [TOC] or auto-generated from headings |
Add table of contents (h2–h4) |
| Embed Content (YouTube) | Just paste YouTube link | Embeds allowed domain content |
| Description Lists | Term\n: Definition |
Description-style formatting |
| Disallowed HTML Tags | <script>, <iframe>, etc. |
These are stripped for safety |
| Responsive Tables | Tables are wrapped with .table-responsive |
Styled & scrollable tables |
Notes on Security & Limitations
HTML tags are stripped unless explicitly allowed (e.g. , , ).
Only safe attributes like align and style are preserved when used correctly.
Only https links are allowed in autolinks.
Embeds are limited to: youtube.com.
댓글 (0)
댓글 남기기