marksman
marksman copied to clipboard
Headers starting with a hashtag are completed incorrectly
For example,
## #foo #bar
Lorem ipsum, [[#foo %23bar]].
should be
## #foo #bar
Lorem ipsum, [[#%23foo %23bar]].
P.S. Is there a reason hashtags are encoded while spaces are not?