formatting guide

리비전: 2 • 기여자: 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.


Headings

Use #, ##, ###, etc.

# Heading 1
## Heading 2
### Heading 3
#### Heading 4


**Bold text**

*Italic text*

~~Strikethrough text~~

`Inline code`

- Item 1
- Item 2
    - Sub-item 2.1
    - Sub-item 2.2

1. First item
2. Second item
3. Third item

[OpenAI](https://openai.com)

![Example Image](https://via.placeholder.com/150)

> This is a blockquote.

```php

| Name    | Role    | Status  |
|---------|---------|---------|
| Alice   | Admin   | Active  |
| Bob     | Editor  | Inactive|
| Charlie | Viewer  | Active  |

Here is a footnote.[^1]

[^1]: This is the footnote text.

<p>This is a paragraph.</p>
<br>
<strong>Strong</strong> and <em>Emphasized</em> text.
<blockquote>A blockquote.</blockquote>
<a href="https://example.com">A link</a>
<img src="https://via.placeholder.com/100" alt="Example">
<table>
    <tr><td>Table cell</td></tr>
</table>

댓글 (0)

댓글 불러오는 중…

댓글 남기기

페이지 도구
📄 최근 변경