Strikethrough Via Bear
Hey Brett, one more hiccup I have uncovered using Marked along side Bear. The strikethrough nomenclature doesn't flow through as expected.
I tried both ~~example~~ (the result of the Bear keyboard shortcut) and -example- without any luck.
I also tested outside of the unordered list without any luck.
Let me know if I am missing something. Thanks!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 03 Jul, 2018 09:03 PM
Strikethrough has no official Markdown syntax (it's not part of the spec
at all). That said, because it _is_ part of the GFM spec, if you switch
the processor to Discount (GFM), the double tilde (~~deletion~~) syntax
will work.
-Brett