Update MarkdownGenerator with new font file extensions
Added support for '.woff2' and 'woff' file extensions to the MarkdownGenerator's configuration. Incremented the version in package.json to 1.0.3 to reflect these changes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "code-tokenizer-md",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
|
@@ -50,7 +50,8 @@ export class MarkdownGenerator {
|
||||
'.yaml',
|
||||
'.ico',
|
||||
'.ttf',
|
||||
'.css',
|
||||
'.woff2',
|
||||
'woff'
|
||||
],
|
||||
);
|
||||
this.fileExclusions = options.fileExclusions || [
|
||||
|
Reference in New Issue
Block a user