hexojs / hexo-renderer-pandoc

A pandoc-markdown-flavor renderer for hexo.
https://npmjs.com/hexo-renderer-pandoc
MIT License
118 stars 33 forks source link

plain url in markdown are not clickable in the generated html file #18

Closed jdhao closed 6 years ago

jdhao commented 6 years ago

I have noticed that this renderer use the input format -f markdown instead of -f gfm. So the plain url in the markdown file are rendered as text in the html output. I think it is better to change the default to -f gfm. Just a suggestion.

wzpan commented 6 years ago

@jdhao have you tried to use the <> tag?

jdhao commented 6 years ago

What do you mean by <> tag? In my post, I just write something like:

you can use www.google.com to search for your question.

But, one disadvantage of the gfm format is that it does not support LaTeX equations. So I think the default markdown maybe good :)