@progfay/scrapbox-parser
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -6,4 +6,5 @@ import { ParserType } from '.'; | ||
href: string; | ||
content: string; | ||
}; | ||
export declare const InternalLinkNodeParser: ParserType; | ||
//# sourceMappingURL=InternalLinkNode.d.ts.map |
@@ -8,3 +8,4 @@ "use strict"; | ||
pathType: /^\/.*$/.test(href) ? 'root' : 'relative', | ||
href | ||
href, | ||
content: '' | ||
}); | ||
@@ -11,0 +12,0 @@ exports.InternalLinkNodeParser = (text, { nested, quoted }, next) => { |
{ | ||
"name": "@progfay/scrapbox-parser", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "parse Scrapbox notation to JavaScript Object", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67107
752