Simplify plugin
The augmentExamples just adds metadata to the example markup files. If we also want to support example markdown files, we can use the metalsmith-markdown plugin before this one.
This commit is contained in:
+3
-1
@@ -10,10 +10,12 @@
|
||||
"trailing": true,
|
||||
"maxlen": 80,
|
||||
"globals": {
|
||||
"Buffer": false,
|
||||
"__dirname": false,
|
||||
"exports": true,
|
||||
"module": false,
|
||||
"process": false,
|
||||
"require": false
|
||||
"require": false,
|
||||
"setImmediate": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user