yoshinorin / hexo-tag-config

A hexo plugin for insert hexo configuration values (_config.yml) to your post/page.
https://www.npmjs.com/package/hexo-tag-config
MIT License
2 stars 0 forks source link

variables get evaluated to late #38

Open fxkai opened 5 years ago

fxkai commented 5 years ago

Markdown code :

In [Part 2 - Getting productive]({% config url %}/2019/07/05/Building-a-10GbE-CEPH-vSAN-for-less-than-7000-Part-2)

gets generated into html :

<p>In [Part 2 - Getting productive](https://blog.freshx.de/2019/07/05/Building-a-10GbE-CEPH-vSAN-for-less-than-7000-Part-2) ...</p>

but i expect something like

In <a href="https://blog.freshx.de/2019/07/05/Building-a-10GbE-CEPH-vSAN-for-less-than-7000-Part-2 " target="_blank" rel="noopener">Part 2 - Getting productive</a>