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
Example 307
Markdown | HTML | Demo |
---|---|---|
|
|
hi
is parsed as code, leaving the backtick at the end as a literal backtick.