Skip to content

Commit bdd0e55

Browse files
authored
Merge pull request #25 from d18n/master
Remove Console log
2 parents a03db15 + 0d42645 commit bdd0e55

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-
console.log(faIconChars)
13+
1414
const faRegex = new RegExp(`(:fa-(?:${faIcons.join('|')}):)`)
1515
options = {
1616
name: 'font-awesome',

0 commit comments

Comments
 (0)