| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9c11a18 commit ccf1b24
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ const path = require('path'); | |||
| 6 | 6 | const fs = require('fs'); | |
| 7 | 7 | ||
| 8 | 8 | const includeExpr = /^@include\s+([\w-]+)(?:\.md)?$/gmi; | |
| 9 | - const commentExpr = /^@\/\/.*$/gmi; | ||
| 9 | + const commentExpr = /^@\/\/.*$/gm; | ||
| 10 | 10 | ||
| 11 | 11 | function processIncludes(inputFile, input, cb) { | |
| 12 | 12 | const includes = input.match(includeExpr); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments