formatting guide

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

Headings

Syntax Result
# Heading 1 Heading 1
## Heading 2 Heading 2
### Heading 3 Heading 3
### Heading 4 Heading 4
### Heading 5 Heading 5
### Heading 6 Heading 6

Bold & Italic

Syntax Result
**bold** bold
*italic* italic
***bold italic*** bold italic

Lists

Unordered

  • Item A
  • Item B
    • Subitem

Ordered

  1. First
  2. Second

Links

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

Images

Syntax Result
![Alt text](https://url/image.png) Alt text

Code

php echo 'Hello';

Blockquote

This is a quote.

Horizontal Rule


댓글 (0)

댓글 불러오는 중…

댓글 남기기

페이지 도구
📄 최근 변경