Hi
There is a problem with adding html tags in a header. For example this headers anchor link wont work:
The reason is that hexo-toc makes different ids for the anchor and the link. In this example it makes a link to #emsomethingem anchor (which does not exist) and on the other hand it makes the #something anchor.
I need to add html tags to add Font Awesome.
Hi
There is a problem with adding html tags in a header. For example this headers anchor link wont work:
The reason is that hexo-toc makes different ids for the anchor and the link. In this example it makes a link to
#emsomethingemanchor (which does not exist) and on the other hand it makes the#somethinganchor.I need to add html tags to add Font Awesome.