aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-14 11:59:51 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-14 11:59:51 -0600
commite61aff4ac8c55b475aa499ff2e052f033fa8134b (patch)
tree76a71fd97a6a4c692b051856cdb6e3f906739ce1
parent3b468950ed988b84fbea4232ceed23d68637a266 (diff)
downloadspec-e61aff4ac8c55b475aa499ff2e052f033fa8134b.tar.gz
spec-e61aff4ac8c55b475aa499ff2e052f033fa8134b.zip
work around a markdown parser bug
-rw-r--r--syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.md b/syntax.md
index 0123d7e..1fa5388 100644
--- a/syntax.md
+++ b/syntax.md
@@ -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))
- `>`
- `<`
- `=`