Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 273 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 273 Bytes

Inlines

Inlines are parsed sequentially from the beginning of the character stream to the end (left to right, in left-to-right languages). Thus, for example, in

hi is parsed as code, leaving the backtick at the end as a literal backtick.