-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarkup-notes.txt
17 lines (14 loc) · 1.27 KB
/
markup-notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Header Row | <h3> ... </h3><hr> | [h: ... :h] | implemented
Bold | <b> ... </b> | [b: ... :b] | implemented
Italics | <i> ... </i> | [i: ... :i] | implemented
Internal Link | <a href="/wiki/article"> ... </a> | [F: ... :F] | implemented
Internal Link | <a href="/wiki/article"> Alias </a> | [F: article=Alias :F] | implemented
Subscript | <sub> ... </sub> | [s: ... :s] | implemented
Superscript | <sup> ... </sup> | [S: ... :S] | implemented
Quote | <blockquote> ... </blockquote> | [q: ... :q] | implemented
Paragraph | <p> ... </p> | [p: ... :p] | implemented
List | <ul> ... </ul> | [L: ... :L] | implemented
List item | <li> ... </li> | [l: ... :l] | implemented
New Line | <br /> | [n: ... :n] | implemented
Image | <img src="#" /> | ... | coming soon
Video | <video src="#" /> | ... | coming soon