Twitter-like #hashtag won't be link
I marked
[#test](https://twitter.com/search?q=%23test&src=hash)
and expected that it will be link like #test, but
Marked showed it in plain text.
Markdown Web Dingus works as I expected. So I guess that Marked have an issue to parse a compound markdown code.
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 21 Nov, 2012 03:15 AM
Marked uses MultiMarkdown, which actually creates this from your text:
<p><span class="externalcitation">[#test]</span>(https://twitter.com/search?q=%23test&src=hash)</p>
(You can see it in source view). That syntax triggers citation markup.
2 Posted by mogami on 21 Nov, 2012 11:13 AM
Oh, syntax extension of MultiMarkdown, I see.
I fixed this problem by replacing # to it's character reference (#).
[#test]((https://twitter.com/search?q=%23test&src=hash))
Support Staff 3 Posted by Brett on 22 Nov, 2012 03:03 AM
You can also use escaping: