You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another title for this issue could be: Disable markdown shortcuts when inside code blocks, quotes, and other block-level elements
Go inside a code block
Try typing a comment like #comment
It will be removed as you type
I think course of events is:
Typing #foo triggers the markdown shortcut for headings
It realizes you are inside a codeblock and bails out (normalization? ¯_(ツ)_/¯ )
So need to somehow tell the markdown shortcut handler that within the context of a code block it should stfu. It still works for bold I bet, but that shouldn't either.
The text was updated successfully, but these errors were encountered:
Another title for this issue could be: Disable markdown shortcuts when inside code blocks, quotes, and other block-level elements
I think course of events is:
#foo
triggers the markdown shortcut for headingsSo need to somehow tell the markdown shortcut handler that within the context of a code block it should stfu. It still works for bold I bet, but that shouldn't either.
The text was updated successfully, but these errors were encountered: