formatting guide

리비전: 74 • 기여자: yukil90

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:
# Heading 1
## Heading 2
### Heading 3


Line Break

Syntax

End a line with two spaces to force a line break: 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
Result

Strikethrough

Syntax
Result
Feature Markdown Syntax Output (Rendered)
Heading # Heading 1## Heading 2### Heading 3 Heading 1 Heading 2 Heading 3
Line Break Line 1 ␣␣Line 2 (← two spaces at end) Line 1 Line 2
Italic *italic* or _italic_ italic
Bold **bold** or __bold__ bold
Strikethrough ~~struck~~ 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 >multi-line >code block multi-line code block
Link [PBDev](https://pbdev.duckdns.org) PBDev
Image ![alt text](/wiki/image/plant-1573.png) alt text
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)

댓글 불러오는 중…

댓글 남기기

페이지 도구
📄 최근 변경