formatting guide

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

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
Images ![alt](url) alt text
Footnotes (with extension) [^1] Footnote Example [^1]

Advanced

댓글 (0)

댓글 불러오는 중…

댓글 남기기

페이지 도구
📄 최근 변경