hashtag ignoring issue
A lot of editors alow to hashtag documents e.g. IE Writer, Bear. But your app shows it like h1. So maybe there’s any option to disable hide any text that have this «#sometag» not this «# some header» format?
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 24 Oct, 2018 03:18 PM
Unfortunately #sometag is a valid h1 in Markdown, so I really consider
it the responsibility of the editor to create valid Markdown. You can
start a line of tags with _any_ other character and it won't become a
headline, e.g.
@ #tag1 #tag2
-Brett
2 Posted by Ярослав Яшин on 24 Oct, 2018 03:43 PM
Fair. Is there any option to avoid line from printing, like some binding to special character?
С уважением,
Яшин Я. Н.
Support Staff 3 Posted by Brett on 24 Oct, 2018 04:06 PM
You could put it at the top between yaml markers or as MMD metadata (if using MultiMarkdown).
Thanks,
Brett