Single plus enclosure: This +*literal*+ will appear as *literal*.
\*Stars* will appear as *Stars*, not as bold text.
\\**Stars** will appear as **Stars**, not as bold text. FAILED
\_func_ will appear as _func_, not as emphasized text. FAILED
\\__func__ will appear as __func__, not as emphasized text. FAILED
\`foo` will appear as `foo`, not as monospaced text.
\§ will appear as an entity, not the § symbol. FAILED
\{two-semicolons} will appear {two-semicolons}, not resolved as ;;. FAILED
Description
Add the support of preventing substitution.
Screenshots
Syntax example