formatting guide

리비전: 14 • 기여자: 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 f Markdown Syntax Output HTML
Heading #, ##, ### <h1>, <h2>, <h3>, etc.
Paragraph plain text <p>
Line break two spaces at end of line <br>
Emphasis *italic* or _italic_ <em>
Strong **bold** or __bold__ <strong>
Inline code `code` <code>
Code block triple backticks <pre><code>
Blockquote > quote <blockquote>
Lists - item or 1. item <ul>, <ol>, <li>
Horizontal rule --- <hr>
Links [text](url) <a>
Images ![alt](url) <img>
Tables (with extension) ` a b ` <table>, <thead>, <tbody>, <tr>, <td>, <th>
Footnotes (with extension) [^1] <sup>, footnote section

댓글 (0)

댓글 불러오는 중…

댓글 남기기

페이지 도구
📄 최근 변경