formatting guide

리비전: 23 • 기여자: yukil90

Welcome to the PBDev Wiki!
You can write content using Markdown syntax and some safe HTML tags.

This page shows examples of what you can write and how it looks.


Basics

Basics

Type Markdown Syntax Result
Heading # Heading # Heading
Paragraph This is a paragraph. This is a paragraph.
Line Break Line one␣␣Line two Line one
Line two
Italic *italic* or _italic_ italic
Bold **bold** or __bold__ bold
Inline Code `code` code
Code Block <br>code block<br>
code block
``` |
| Blockquote     | `> quoted text`                     | > quoted text                 |
| List (unordered) | `- item`<br>`- item`              | - item  
                                                       - item |
| List (ordered) | `1. First`<br>`2. Second`           | 1. First  
                                                       2. Second |
| Horizontal Rule| `---`                               | ---                           |
| Link           | `[PBDev](https://pbdev.duckdns.org)`| [PBDev](https://pbdev.duckdns.org) |
| Image          | `![alt](https://via.placeholder.com/50)` | ![alt](https://via.placeholder.com/50) |






| Type                       | Markdown Syntax             | Output HTML                  |  
| -------------------------- | --------------------------- | ---------------------------- | - | -- | ------------------------------------------------------- |
| Heading                    | `#` `##` `###` `####` `#####` `######`    | `<h1>` `<h2>` `<h3>` `<h4>` `<h5>` `<h6>` |   |    |                                                         |
| Paragraph                  | `plain text`                  | `<p>`                        |   |    |                                                         |
| Line break                 | `two spaces at end of line` | `<br>`                       |   |    |                                                         |
| Emphasis                   | `*italic*`  `_italic_`    | `<em>`                       |   |    |                                                         |
| Strong                     | `**bold**`  `__bold__`    | `<strong>`                   |   |    |                                                         |
| Inline code                | `` `code` ``                | `<code>`                     |   |    |                                                         |
| Code block                 | `triple backticks(```)`            | `<pre><code>`                |   |    |                                                         |
| Blockquote                 | `> quote`                   | `<blockquote>`               |   |    |                                                         |
| Lists                      | `- item`  `1. item`       | `<ul>` `<ol>` `<li>`       |   |    |                                                         |
| Horizontal rule            | `---`                       | `<hr>`                       |   |    |                                                         |
| Links                      | `[Main](https://pbdev.duckdns.org/wiki/view)`               | [Main](https://pbdev.duckdns.org/wiki/view)                       |   |    |                                                         |
| Images                     | `![alt](url)`               | ![alt text](/wiki/image/plant-1573.png)                     |   |    |                                                         |
| Footnotes (with extension) | `[^1]`                      | `<sup>`    |   |    |                                                       

---

## Advanced

댓글 (0)

댓글 불러오는 중…

댓글 남기기

페이지 도구
📄 최근 변경