From e61aff4ac8c55b475aa499ff2e052f033fa8134b Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 14 Oct 2020 11:59:51 -0600 Subject: work around a markdown parser bug --- syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) - `>` - `<` - `=` -- cgit v1.2.3