We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a03db15 + 0d42645 commit bdd0e55Copy full SHA for bdd0e55
src/markdown-it-font-awsome/index.js
@@ -10,7 +10,7 @@ const iconsPlugin = (md) => {
10
faIconChars.forEach(char => {
11
faIcons = faIcons.concat(char.name)
12
})
13
- console.log(faIconChars)
+
14
const faRegex = new RegExp(`(:fa-(?:${faIcons.join('|')}):)`)
15
options = {
16
name: 'font-awesome',
0 commit comments