diff --git a/package.json b/package.json index 0addb41..ba7ce97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-tokenizer-md", - "version": "1.0.2", + "version": "1.0.3", "type": "module", "main": "dist/index.js", "bin": { diff --git a/src/MarkdownGenerator.js b/src/MarkdownGenerator.js index fcf365f..c8860fc 100644 --- a/src/MarkdownGenerator.js +++ b/src/MarkdownGenerator.js @@ -50,7 +50,8 @@ export class MarkdownGenerator { '.yaml', '.ico', '.ttf', - '.css', + '.woff2', + 'woff' ], ); this.fileExclusions = options.fileExclusions || [