kchen0x / hexo-reference

A plugin to support markdown footnotes and Wiki-Style tooltip reference in your Hexo blog posts.
MIT License
76 stars 19 forks source link

markdown is not rendered in tooltip #2

Open oupala opened 7 years ago

oupala commented 7 years ago

When notes contain markdown, markdown is correctly rendered in the footer, but not the tooltips where the raw markdown is displayed instead of rendered markdown.

kchen0x commented 7 years ago

This is a known logical bug of different rendering order.

oupala commented 7 years ago

Is this bug inside hexo-reference?

kchen0x commented 7 years ago

yes

oupala commented 7 years ago

So if this bug is already known, I suppose it is not easy to fix?

Otherwise it would already been fixed, wouldn't it?

kchen0x commented 7 years ago

Actually, this bug is caused by one of the dependencies I used from other source. I can not handle it unless the origin author making changes.

I will try to contact with the author, or find another tool to use for better performance.

oupala commented 7 years ago

Ok, thanks for the answer.

Maybe you can mention the bug reference from the other source, so we can check it and see when its status is updated.