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 | Markdown Syntax | Output (Rendered) |
|---|---|---|
| Heading | # Heading 1## Heading 2### Heading 3 |
Heading 1Heading 2Heading 3 |
| Paragraph | Just write your text. Leave a blank line to start a new paragraph. | Creates a new block of text. |
| Line Break | Line 1 ␣␣Line 2 (← two spaces at end) |
Line 1Line 2 |
| Italic | *italic* or _italic_ |
italic |
| Bold | **bold** or __bold__ |
bold |
| Strikethrough | ~~struck~~ |
|
| Blockquote | > This is a quote. |
> This is a quote. |
| Unordered List | - Item 1- Item 2 |
• Item 1• Item 2 |
| Ordered List | 1. First2. Second |
1. First2. Second |
| Inline Code | `code` |
code |
| Code Block | <br>multi-line<br>code block<br> |
multi-linecode block |
| Link | [PBDev](https://pbdev.duckdns.org) |
PBDev |
| Image |  |
Displays image (if URL is valid) |
| Table | | A | B || - | - || 1 | 2 | | A table with headers and rows |
| Autolink | https://pbdev.duckdns.org |
https://pbdev.duckdns.org |
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)
댓글 남기기