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.
Headings
Use # to ###### at the beginning of a line to create headings:
TOC consist of H2(##) to H4(####), only H2(##) makes external link .
can make heading with ---, ===.
# Heading 1
## Heading 2
### Heading 3
Heading 1
===
Heading 2
---
Line Break
End a line with two spaces to force a line break:
Syntax
First line.
Second line.
Result
First line.
Second line.
Italic
Syntax
*italic* or _italic_
Result
italic
Bold
Syntax
** bold** or __bold__
Result
bold
Strikethrough
Syntax
~~strikethrough~~
Result
strikethrough
Blockquote
Syntax
This is a
multiline quote.
Result
This is a
multiline quote.
Code
Syntax
indent 4 spaces
or
3 backticks(```)
Result
indent 4 spaces
or
3 backticks(```)
Link
Syntax
[PBDev](https://pbdev.duckdns.org)
Result
Image
Syntax

Result

Table
Syntax
|name|linne|
|-|-|
|Rose|Rosa cinnamomea|
|Lily|Lilium candidum|
Result
| name | linne |
|---|---|
| Rose | {Rosa cinnamomea} |
| Lily | {Lilium candidum} |
Autolink
Syntax
Result
https://pbdev.duckdns.org
[PBDev](https://pbdev.duckdns.org)
Advanced Formatting
These features extend Markdown with rich content and layout support.
Attributes
Syntax
This is **green**{style="color: green"}.
|name|linne|
|:--:|------|
|Rose|*Rosa cinnamomea*{style="color: red"} |
|Lily|*Lilium candidum*{style="color:rgb(246,243,214)"}|
Result
This is green.
| name | linne |
|---|---|
| Rose | Rosa cinnamomea |
| Lily | Lilium candidum |
| Name | Category | Rating |
|---|---|---|
| Rose | Flower | 4.5 |
| Cactus | Succulent | 4.8 |
Footnotes
Syntax
Morbi[^note1] leo risus, porta ac consectetur ac.
[^note1]: Elit Malesuada Ridiculus
Result
Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi1 leo risus, porta ac consectetur ac.
Description
Syntax
Term 1
: Description 1
Result
- Term 1
- Description 1
| Feature | Syntax Example / Usage | Description |
|---|---|---|
| Attributes (per element) | {.class #id key="value"} |
Add HTML-like attributes |
| Footnotes | Here is a fact[^1][^1]: Footnote. |
Add footnotes |
| Description Lists | Term\n: Definition |
Description-style formatting |
Elit Malesuada Ridiculus ↩
댓글 (0)
댓글 남기기