Renovamen / vuepress-theme-gungnir

A blog theme for VuePress 2.
https://v2-vuepress-theme-gungnir.vercel.app
Apache License 2.0
358 stars 80 forks source link

[Bug report] link card: title and icon name clash #49

Closed Zhengqbbb closed 2 years ago

Zhengqbbb commented 2 years ago

Description: title and icon name clash,icon name will be wrong replaced

Steps to reproduce:

:::link {fa-github-alt} [github](github.com)
hello
:::

Why

Because the title has a higher priority in the replacement logic, but the icon name is arranged first. Add special symbols in replacement logic