Strikethrough starting with a space
+0
−0
Markdown doesn't work if the struck section starts with a space:
(port | copy | implementation~~ | ATTACK~~)
Using an <s> HTML tag instead allows it to work:
(port | copy | implementation | ATTACK)


0 comment threads