Document differences from markdown

This commit is contained in:
Joshua Nelson 2021-01-10 10:15:15 -05:00
parent 02717911fd
commit d5392d1962

View File

@ -24,6 +24,9 @@ pub struct Foo4;
pub struct Bar;
```
Unlike normal markdown, `[bar][Bar]` syntax is also supported without needing a
`[Bar]: ...` reference link, and links are case-sensitive.
Backticks around the link will be stripped, so ``[`Option`]`` will correctly
link to `Option`.