Eve
Eve copied to clipboard
Hashtag outside of code block when made through editor
Repro:
In the editor, write the text "#foo" Select this text with the cursor. Click the "code" button
Result: the generated markup is:
#`foo`
Expected:
`#foo`