Skip to content

Commit bcd097a

Browse files
committed
Revert "Update index.js"
This reverts commit eea7ff6.
1 parent eea7ff6 commit bcd097a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/markdown-it-font-awsome/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const iconsPlugin = (md) => {
1010
faIconChars.forEach(char => {
1111
faIcons = faIcons.concat(char.name)
1212
})
13-
13+
console.log(faIconChars)
1414
const faRegex = new RegExp(`(:fa-(?:${faIcons.join('|')}):)`)
1515
options = {
1616
name: 'font-awesome',

0 commit comments

Comments
 (0)