Post History
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 ...
#2: Post edited
(port | copy | implementation~~ | ATTACK~~)
- 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<s> | ATTACK</s>)

