diff options
| author | Melody Horn <melody@boringcactus.com> | 2020-10-14 11:59:51 -0600 |
|---|---|---|
| committer | Melody Horn <melody@boringcactus.com> | 2020-10-14 11:59:51 -0600 |
| commit | e61aff4ac8c55b475aa499ff2e052f033fa8134b (patch) | |
| tree | 76a71fd97a6a4c692b051856cdb6e3f906739ce1 | |
| parent | 3b468950ed988b84fbea4232ceed23d68637a266 (diff) | |
| download | spec-e61aff4ac8c55b475aa499ff2e052f033fa8134b.tar.gz spec-e61aff4ac8c55b475aa499ff2e052f033fa8134b.zip | |
work around a markdown parser bug
| -rw-r--r-- | syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ The following sequences of characters form *punctuators*: - `&` - `|` - `^` -- `~` +- the tilde, `~` (given special treatment on this line due to [a bug in the Markdown renderer that sr.ht uses](https://github.com/miyuchina/mistletoe/issues/91)) - `>` - `<` - `=` |