File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 33 "version" : " 9.2.0" ,
44 "type" : " module" ,
55 "description" : " parse Scrapbox notation to JavaScript Object" ,
6- "files" : [
7- " out"
8- ],
6+ "files" : [" out" ],
97 "main" : " ./out/index.cjs" ,
108 "module" : " ./out/index.mjs" ,
119 "types" : " ./out/index.d.ts" ,
3230 "type" : " git" ,
3331 "url" : " git+https://github.com/progfay/scrapbox-parser.git"
3432 },
35- "keywords" : [
36- " scrapbox" ,
37- " parser"
38- ],
33+ "keywords" : [" scrapbox" , " parser" ],
3934 "author" : " progfay" ,
4035 "license" : " MIT" ,
4136 "bugs" : {
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import { createNodeParser } from "./creator.ts";
44import type { NodeCreator } from "./creator.ts" ;
55import type { PlainNode , StrongImageNode } from "./type.ts" ;
66
7- const strongImageRegExp = / \[ \[ h t t p s ? : \/ \/ [ ^ \s \] ] + \. (?: p n g | j p e ? g | g i f | s v g | w e b p ) \] \] / i;
7+ const strongImageRegExp =
8+ / \[ \[ h t t p s ? : \/ \/ [ ^ \s \] ] + \. (?: p n g | j p e ? g | g i f | s v g | w e b p ) \] \] / i;
89const strongGyazoImageRegExp =
910 / \[ \[ h t t p s ? : \/ \/ (?: [ 0 - 9 a - z - ] + \. ) ? g y a z o \. c o m \/ [ 0 - 9 a - f ] { 32 } \] \] / ;
1011
You can’t perform that action at this time.
0 commit comments