Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 236 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 236 Bytes

Tark

Tark is a simple markdown parser.

Supported syntax:

code blocks ```lang code here ```

inline code `code`

links [link text](url)

images ![alt text](url)

titles ## title

inline html <p\>html here</p>