@alexlit/lint-kit 112.3.4 → 112.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/packages/config-eslint/package.json +3 -3
- package/packages/config-markdownlint/node_modules/entities/LICENSE +11 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode.d.ts +211 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode.js +536 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode_codepoint.d.ts +19 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode_codepoint.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode_codepoint.js +76 -0
- package/packages/config-markdownlint/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/encode.d.ts +22 -0
- package/packages/config-markdownlint/node_modules/entities/lib/encode.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/encode.js +77 -0
- package/packages/config-markdownlint/node_modules/entities/lib/encode.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/escape.d.ts +43 -0
- package/packages/config-markdownlint/node_modules/entities/lib/escape.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/escape.js +122 -0
- package/packages/config-markdownlint/node_modules/entities/lib/escape.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode.d.ts +211 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode.js +496 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode_codepoint.d.ts +19 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode_codepoint.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode_codepoint.js +71 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/encode.d.ts +22 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/encode.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/encode.js +69 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/encode.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/escape.d.ts +43 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/escape.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/escape.js +116 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/escape.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-html.d.ts +3 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-html.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-html.js +7 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts +3 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-xml.js +7 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/encode-html.d.ts +8 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/encode-html.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/encode-html.js +10 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/generated/encode-html.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/index.d.ts +96 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/index.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/index.js +99 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/index.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/esm/package.json +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-html.d.ts +3 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-html.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-html.js +9 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-xml.d.ts +3 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-xml.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/encode-html.d.ts +8 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/encode-html.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/encode-html.js +12 -0
- package/packages/config-markdownlint/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/index.d.ts +96 -0
- package/packages/config-markdownlint/node_modules/entities/lib/index.d.ts.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/lib/index.js +126 -0
- package/packages/config-markdownlint/node_modules/entities/lib/index.js.map +1 -0
- package/packages/config-markdownlint/node_modules/entities/package.json +90 -0
- package/packages/config-markdownlint/node_modules/entities/readme.md +122 -0
- package/packages/config-markdownlint/node_modules/markdown-it/LICENSE +22 -0
- package/packages/config-markdownlint/node_modules/markdown-it/README.md +324 -0
- package/packages/config-markdownlint/node_modules/markdown-it/bin/markdown-it.mjs +107 -0
- package/packages/config-markdownlint/node_modules/markdown-it/dist/index.cjs.js +5540 -0
- package/packages/config-markdownlint/node_modules/markdown-it/dist/markdown-it.js +6963 -0
- package/packages/config-markdownlint/node_modules/markdown-it/dist/markdown-it.min.js +2 -0
- package/packages/config-markdownlint/node_modules/markdown-it/index.mjs +1 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/common/html_blocks.mjs +67 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/common/html_re.mjs +25 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/common/utils.mjs +304 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/helpers/index.mjs +11 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/helpers/parse_link_destination.mjs +77 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/helpers/parse_link_label.mjs +49 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/helpers/parse_link_title.mjs +66 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/index.mjs +565 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/parser_block.mjs +134 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/parser_core.mjs +62 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/parser_inline.mjs +197 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/presets/commonmark.mjs +88 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/presets/default.mjs +47 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/presets/zero.mjs +70 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/renderer.mjs +322 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/ruler.mjs +340 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/blockquote.mjs +209 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/code.mjs +30 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/fence.mjs +94 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/heading.mjs +51 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/hr.mjs +40 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/html_block.mjs +69 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/lheading.mjs +82 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/list.mjs +331 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/paragraph.mjs +46 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/reference.mjs +212 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/state_block.mjs +220 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_block/table.mjs +228 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/block.mjs +13 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/inline.mjs +11 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/linkify.mjs +134 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/normalize.mjs +17 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/replacements.mjs +101 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/smartquotes.mjs +193 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/state_core.mjs +17 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_core/text_join.mjs +43 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/autolink.mjs +72 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/backticks.mjs +60 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/balance_pairs.mjs +124 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/emphasis.mjs +123 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/entity.mjs +51 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/escape.mjs +69 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/fragments_join.mjs +38 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/html_inline.mjs +50 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/image.mjs +138 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/link.mjs +139 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/linkify.mjs +56 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/newline.mjs +42 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/state_inline.mjs +123 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/strikethrough.mjs +127 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/rules_inline/text.mjs +86 -0
- package/packages/config-markdownlint/node_modules/markdown-it/lib/token.mjs +191 -0
- package/packages/config-markdownlint/node_modules/markdown-it/package.json +92 -0
- package/packages/config-markdownlint/node_modules/markdownlint/CHANGELOG.md +446 -0
- package/packages/config-markdownlint/node_modules/markdownlint/CONTRIBUTING.md +93 -0
- package/packages/config-markdownlint/node_modules/markdownlint/LICENSE +21 -0
- package/packages/config-markdownlint/node_modules/markdownlint/README.md +1032 -0
- package/packages/config-markdownlint/node_modules/markdownlint/demo/markdownlint-browser.js +7116 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/CustomRules.md +383 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/Prettier.md +27 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/ReleaseProcess.md +20 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/Rules.md +2462 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md001.md +37 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md003.md +59 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md004.md +49 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md005.md +53 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md007.md +52 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md009.md +51 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md010.md +56 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md011.md +30 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md012.md +38 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md013.md +58 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md014.md +54 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md018.md +27 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md019.md +28 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md020.md +29 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md021.md +31 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md022.md +52 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md023.md +33 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md024.md +44 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md025.md +49 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md026.md +40 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md027.md +24 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md028.md +40 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md029.md +98 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md030.md +82 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md031.md +50 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md032.md +55 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md033.md +27 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md034.md +50 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md035.md +42 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md036.md +45 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md037.md +37 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md038.md +40 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md039.md +21 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md040.md +52 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md041.md +49 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md042.md +32 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md043.md +69 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md044.md +35 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md045.md +40 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md046.md +40 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md047.md +34 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md048.md +41 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md049.md +35 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md050.md +35 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md051.md +87 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md052.md +40 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md053.md +38 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md054.md +100 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md055.md +54 -0
- package/packages/config-markdownlint/node_modules/markdownlint/doc/md056.md +37 -0
- package/packages/config-markdownlint/node_modules/markdownlint/helpers/LICENSE +21 -0
- package/packages/config-markdownlint/node_modules/markdownlint/helpers/README.md +72 -0
- package/packages/config-markdownlint/node_modules/markdownlint/helpers/helpers.js +1025 -0
- package/packages/config-markdownlint/node_modules/markdownlint/helpers/micromark.cjs +445 -0
- package/packages/config-markdownlint/node_modules/markdownlint/helpers/package.json +26 -0
- package/packages/config-markdownlint/node_modules/markdownlint/helpers/shared.js +10 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/cache.js +21 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/configuration.d.ts +1178 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/constants.js +14 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/markdownlint.d.ts +479 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/markdownlint.js +1550 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md001.js +25 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md003.js +45 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md004.js +79 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md005.js +81 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md007.js +92 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md009.js +89 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md010.js +63 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md011.js +49 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md012.js +35 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md013.js +99 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md014.js +57 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md018.js +38 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md019.js +42 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md020.js +65 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md021.js +65 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md022.js +116 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md023.js +41 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md024.js +45 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md025.js +35 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md026.js +54 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md027.js +42 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md028.js +47 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md029.js +70 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md030.js +66 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md031.js +43 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md032.js +76 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md033.js +46 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md034.js +105 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md035.js +31 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md036.js +50 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md037.js +99 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md038.js +106 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md039.js +71 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md040.js +42 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md041.js +37 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md042.js +53 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md043.js +67 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md044.js +115 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md045.js +67 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md046.js +40 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md047.js +31 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md048.js +43 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md049-md050.js +108 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md051.js +176 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md052.js +42 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md053.js +62 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md054.js +130 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md055.js +80 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/md056.js +52 -0
- package/packages/config-markdownlint/node_modules/markdownlint/lib/rules.js +67 -0
- package/packages/config-markdownlint/node_modules/markdownlint/package.json +103 -0
- package/packages/config-markdownlint/node_modules/markdownlint/schema/.markdownlint.jsonc +304 -0
- package/packages/config-markdownlint/node_modules/markdownlint/schema/.markdownlint.yaml +272 -0
- package/packages/config-markdownlint/node_modules/markdownlint/schema/ValidatingConfiguration.md +28 -0
- package/packages/config-markdownlint/node_modules/markdownlint/schema/markdownlint-config-schema.json +1814 -0
- package/packages/config-markdownlint/node_modules/markdownlint/style/all.json +5 -0
- package/packages/config-markdownlint/node_modules/markdownlint/style/cirosantilli.json +22 -0
- package/packages/config-markdownlint/node_modules/markdownlint/style/prettier.json +26 -0
- package/packages/config-markdownlint/node_modules/markdownlint/style/relaxed.json +12 -0
- package/packages/config-markdownlint/node_modules/markdownlint-micromark/LICENSE +21 -0
- package/packages/config-markdownlint/node_modules/markdownlint-micromark/README.md +10 -0
- package/packages/config-markdownlint/node_modules/markdownlint-micromark/micromark-browser.js +2 -0
- package/packages/config-markdownlint/node_modules/markdownlint-micromark/micromark-html-browser.js +2 -0
- package/packages/config-markdownlint/node_modules/markdownlint-micromark/micromark.cjs +1 -0
- package/packages/config-markdownlint/node_modules/markdownlint-micromark/micromark.d.ts +1751 -0
- package/packages/config-markdownlint/node_modules/markdownlint-micromark/package.json +46 -0
- package/packages/config-markdownlint/package.json +2 -2
- package/packages/config-stylelint/package.json +3 -3
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
// Lists
|
|
2
|
+
|
|
3
|
+
import { isSpace } from '../common/utils.mjs'
|
|
4
|
+
|
|
5
|
+
// Search `[-+*][\n ]`, returns next pos after marker on success
|
|
6
|
+
// or -1 on fail.
|
|
7
|
+
function skipBulletListMarker (state, startLine) {
|
|
8
|
+
const max = state.eMarks[startLine]
|
|
9
|
+
let pos = state.bMarks[startLine] + state.tShift[startLine]
|
|
10
|
+
|
|
11
|
+
const marker = state.src.charCodeAt(pos++)
|
|
12
|
+
// Check bullet
|
|
13
|
+
if (marker !== 0x2A/* * */ &&
|
|
14
|
+
marker !== 0x2D/* - */ &&
|
|
15
|
+
marker !== 0x2B/* + */) {
|
|
16
|
+
return -1
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
if (pos < max) {
|
|
20
|
+
const ch = state.src.charCodeAt(pos)
|
|
21
|
+
|
|
22
|
+
if (!isSpace(ch)) {
|
|
23
|
+
// " -test " - is not a list item
|
|
24
|
+
return -1
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
return pos
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// Search `\d+[.)][\n ]`, returns next pos after marker on success
|
|
32
|
+
// or -1 on fail.
|
|
33
|
+
function skipOrderedListMarker (state, startLine) {
|
|
34
|
+
const start = state.bMarks[startLine] + state.tShift[startLine]
|
|
35
|
+
const max = state.eMarks[startLine]
|
|
36
|
+
let pos = start
|
|
37
|
+
|
|
38
|
+
// List marker should have at least 2 chars (digit + dot)
|
|
39
|
+
if (pos + 1 >= max) { return -1 }
|
|
40
|
+
|
|
41
|
+
let ch = state.src.charCodeAt(pos++)
|
|
42
|
+
|
|
43
|
+
if (ch < 0x30/* 0 */ || ch > 0x39/* 9 */) { return -1 }
|
|
44
|
+
|
|
45
|
+
for (;;) {
|
|
46
|
+
// EOL -> fail
|
|
47
|
+
if (pos >= max) { return -1 }
|
|
48
|
+
|
|
49
|
+
ch = state.src.charCodeAt(pos++)
|
|
50
|
+
|
|
51
|
+
if (ch >= 0x30/* 0 */ && ch <= 0x39/* 9 */) {
|
|
52
|
+
// List marker should have no more than 9 digits
|
|
53
|
+
// (prevents integer overflow in browsers)
|
|
54
|
+
if (pos - start >= 10) { return -1 }
|
|
55
|
+
|
|
56
|
+
continue
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// found valid marker
|
|
60
|
+
if (ch === 0x29/* ) */ || ch === 0x2e/* . */) {
|
|
61
|
+
break
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
return -1
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
if (pos < max) {
|
|
68
|
+
ch = state.src.charCodeAt(pos)
|
|
69
|
+
|
|
70
|
+
if (!isSpace(ch)) {
|
|
71
|
+
// " 1.test " - is not a list item
|
|
72
|
+
return -1
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return pos
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
function markTightParagraphs (state, idx) {
|
|
79
|
+
const level = state.level + 2
|
|
80
|
+
|
|
81
|
+
for (let i = idx + 2, l = state.tokens.length - 2; i < l; i++) {
|
|
82
|
+
if (state.tokens[i].level === level && state.tokens[i].type === 'paragraph_open') {
|
|
83
|
+
state.tokens[i + 2].hidden = true
|
|
84
|
+
state.tokens[i].hidden = true
|
|
85
|
+
i += 2
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export default function list (state, startLine, endLine, silent) {
|
|
91
|
+
let max, pos, start, token
|
|
92
|
+
let nextLine = startLine
|
|
93
|
+
let tight = true
|
|
94
|
+
|
|
95
|
+
// if it's indented more than 3 spaces, it should be a code block
|
|
96
|
+
if (state.sCount[nextLine] - state.blkIndent >= 4) { return false }
|
|
97
|
+
|
|
98
|
+
// Special case:
|
|
99
|
+
// - item 1
|
|
100
|
+
// - item 2
|
|
101
|
+
// - item 3
|
|
102
|
+
// - item 4
|
|
103
|
+
// - this one is a paragraph continuation
|
|
104
|
+
if (state.listIndent >= 0 &&
|
|
105
|
+
state.sCount[nextLine] - state.listIndent >= 4 &&
|
|
106
|
+
state.sCount[nextLine] < state.blkIndent) {
|
|
107
|
+
return false
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
let isTerminatingParagraph = false
|
|
111
|
+
|
|
112
|
+
// limit conditions when list can interrupt
|
|
113
|
+
// a paragraph (validation mode only)
|
|
114
|
+
if (silent && state.parentType === 'paragraph') {
|
|
115
|
+
// Next list item should still terminate previous list item;
|
|
116
|
+
//
|
|
117
|
+
// This code can fail if plugins use blkIndent as well as lists,
|
|
118
|
+
// but I hope the spec gets fixed long before that happens.
|
|
119
|
+
//
|
|
120
|
+
if (state.sCount[nextLine] >= state.blkIndent) {
|
|
121
|
+
isTerminatingParagraph = true
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
// Detect list type and position after marker
|
|
126
|
+
let isOrdered
|
|
127
|
+
let markerValue
|
|
128
|
+
let posAfterMarker
|
|
129
|
+
if ((posAfterMarker = skipOrderedListMarker(state, nextLine)) >= 0) {
|
|
130
|
+
isOrdered = true
|
|
131
|
+
start = state.bMarks[nextLine] + state.tShift[nextLine]
|
|
132
|
+
markerValue = Number(state.src.slice(start, posAfterMarker - 1))
|
|
133
|
+
|
|
134
|
+
// If we're starting a new ordered list right after
|
|
135
|
+
// a paragraph, it should start with 1.
|
|
136
|
+
if (isTerminatingParagraph && markerValue !== 1) return false
|
|
137
|
+
} else if ((posAfterMarker = skipBulletListMarker(state, nextLine)) >= 0) {
|
|
138
|
+
isOrdered = false
|
|
139
|
+
} else {
|
|
140
|
+
return false
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// If we're starting a new unordered list right after
|
|
144
|
+
// a paragraph, first line should not be empty.
|
|
145
|
+
if (isTerminatingParagraph) {
|
|
146
|
+
if (state.skipSpaces(posAfterMarker) >= state.eMarks[nextLine]) return false
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// For validation mode we can terminate immediately
|
|
150
|
+
if (silent) { return true }
|
|
151
|
+
|
|
152
|
+
// We should terminate list on style change. Remember first one to compare.
|
|
153
|
+
const markerCharCode = state.src.charCodeAt(posAfterMarker - 1)
|
|
154
|
+
|
|
155
|
+
// Start list
|
|
156
|
+
const listTokIdx = state.tokens.length
|
|
157
|
+
|
|
158
|
+
if (isOrdered) {
|
|
159
|
+
token = state.push('ordered_list_open', 'ol', 1)
|
|
160
|
+
if (markerValue !== 1) {
|
|
161
|
+
token.attrs = [['start', markerValue]]
|
|
162
|
+
}
|
|
163
|
+
} else {
|
|
164
|
+
token = state.push('bullet_list_open', 'ul', 1)
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
const listLines = [nextLine, 0]
|
|
168
|
+
token.map = listLines
|
|
169
|
+
token.markup = String.fromCharCode(markerCharCode)
|
|
170
|
+
|
|
171
|
+
//
|
|
172
|
+
// Iterate list items
|
|
173
|
+
//
|
|
174
|
+
|
|
175
|
+
let prevEmptyEnd = false
|
|
176
|
+
const terminatorRules = state.md.block.ruler.getRules('list')
|
|
177
|
+
|
|
178
|
+
const oldParentType = state.parentType
|
|
179
|
+
state.parentType = 'list'
|
|
180
|
+
|
|
181
|
+
while (nextLine < endLine) {
|
|
182
|
+
pos = posAfterMarker
|
|
183
|
+
max = state.eMarks[nextLine]
|
|
184
|
+
|
|
185
|
+
const initial = state.sCount[nextLine] + posAfterMarker - (state.bMarks[nextLine] + state.tShift[nextLine])
|
|
186
|
+
let offset = initial
|
|
187
|
+
|
|
188
|
+
while (pos < max) {
|
|
189
|
+
const ch = state.src.charCodeAt(pos)
|
|
190
|
+
|
|
191
|
+
if (ch === 0x09) {
|
|
192
|
+
offset += 4 - (offset + state.bsCount[nextLine]) % 4
|
|
193
|
+
} else if (ch === 0x20) {
|
|
194
|
+
offset++
|
|
195
|
+
} else {
|
|
196
|
+
break
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
pos++
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
const contentStart = pos
|
|
203
|
+
let indentAfterMarker
|
|
204
|
+
|
|
205
|
+
if (contentStart >= max) {
|
|
206
|
+
// trimming space in "- \n 3" case, indent is 1 here
|
|
207
|
+
indentAfterMarker = 1
|
|
208
|
+
} else {
|
|
209
|
+
indentAfterMarker = offset - initial
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
// If we have more than 4 spaces, the indent is 1
|
|
213
|
+
// (the rest is just indented code block)
|
|
214
|
+
if (indentAfterMarker > 4) { indentAfterMarker = 1 }
|
|
215
|
+
|
|
216
|
+
// " - test"
|
|
217
|
+
// ^^^^^ - calculating total length of this thing
|
|
218
|
+
const indent = initial + indentAfterMarker
|
|
219
|
+
|
|
220
|
+
// Run subparser & write tokens
|
|
221
|
+
token = state.push('list_item_open', 'li', 1)
|
|
222
|
+
token.markup = String.fromCharCode(markerCharCode)
|
|
223
|
+
const itemLines = [nextLine, 0]
|
|
224
|
+
token.map = itemLines
|
|
225
|
+
if (isOrdered) {
|
|
226
|
+
token.info = state.src.slice(start, posAfterMarker - 1)
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// change current state, then restore it after parser subcall
|
|
230
|
+
const oldTight = state.tight
|
|
231
|
+
const oldTShift = state.tShift[nextLine]
|
|
232
|
+
const oldSCount = state.sCount[nextLine]
|
|
233
|
+
|
|
234
|
+
// - example list
|
|
235
|
+
// ^ listIndent position will be here
|
|
236
|
+
// ^ blkIndent position will be here
|
|
237
|
+
//
|
|
238
|
+
const oldListIndent = state.listIndent
|
|
239
|
+
state.listIndent = state.blkIndent
|
|
240
|
+
state.blkIndent = indent
|
|
241
|
+
|
|
242
|
+
state.tight = true
|
|
243
|
+
state.tShift[nextLine] = contentStart - state.bMarks[nextLine]
|
|
244
|
+
state.sCount[nextLine] = offset
|
|
245
|
+
|
|
246
|
+
if (contentStart >= max && state.isEmpty(nextLine + 1)) {
|
|
247
|
+
// workaround for this case
|
|
248
|
+
// (list item is empty, list terminates before "foo"):
|
|
249
|
+
// ~~~~~~~~
|
|
250
|
+
// -
|
|
251
|
+
//
|
|
252
|
+
// foo
|
|
253
|
+
// ~~~~~~~~
|
|
254
|
+
state.line = Math.min(state.line + 2, endLine)
|
|
255
|
+
} else {
|
|
256
|
+
state.md.block.tokenize(state, nextLine, endLine, true)
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
// If any of list item is tight, mark list as tight
|
|
260
|
+
if (!state.tight || prevEmptyEnd) {
|
|
261
|
+
tight = false
|
|
262
|
+
}
|
|
263
|
+
// Item become loose if finish with empty line,
|
|
264
|
+
// but we should filter last element, because it means list finish
|
|
265
|
+
prevEmptyEnd = (state.line - nextLine) > 1 && state.isEmpty(state.line - 1)
|
|
266
|
+
|
|
267
|
+
state.blkIndent = state.listIndent
|
|
268
|
+
state.listIndent = oldListIndent
|
|
269
|
+
state.tShift[nextLine] = oldTShift
|
|
270
|
+
state.sCount[nextLine] = oldSCount
|
|
271
|
+
state.tight = oldTight
|
|
272
|
+
|
|
273
|
+
token = state.push('list_item_close', 'li', -1)
|
|
274
|
+
token.markup = String.fromCharCode(markerCharCode)
|
|
275
|
+
|
|
276
|
+
nextLine = state.line
|
|
277
|
+
itemLines[1] = nextLine
|
|
278
|
+
|
|
279
|
+
if (nextLine >= endLine) { break }
|
|
280
|
+
|
|
281
|
+
//
|
|
282
|
+
// Try to check if list is terminated or continued.
|
|
283
|
+
//
|
|
284
|
+
if (state.sCount[nextLine] < state.blkIndent) { break }
|
|
285
|
+
|
|
286
|
+
// if it's indented more than 3 spaces, it should be a code block
|
|
287
|
+
if (state.sCount[nextLine] - state.blkIndent >= 4) { break }
|
|
288
|
+
|
|
289
|
+
// fail if terminating block found
|
|
290
|
+
let terminate = false
|
|
291
|
+
for (let i = 0, l = terminatorRules.length; i < l; i++) {
|
|
292
|
+
if (terminatorRules[i](state, nextLine, endLine, true)) {
|
|
293
|
+
terminate = true
|
|
294
|
+
break
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
if (terminate) { break }
|
|
298
|
+
|
|
299
|
+
// fail if list has another type
|
|
300
|
+
if (isOrdered) {
|
|
301
|
+
posAfterMarker = skipOrderedListMarker(state, nextLine)
|
|
302
|
+
if (posAfterMarker < 0) { break }
|
|
303
|
+
start = state.bMarks[nextLine] + state.tShift[nextLine]
|
|
304
|
+
} else {
|
|
305
|
+
posAfterMarker = skipBulletListMarker(state, nextLine)
|
|
306
|
+
if (posAfterMarker < 0) { break }
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
if (markerCharCode !== state.src.charCodeAt(posAfterMarker - 1)) { break }
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// Finalize list
|
|
313
|
+
if (isOrdered) {
|
|
314
|
+
token = state.push('ordered_list_close', 'ol', -1)
|
|
315
|
+
} else {
|
|
316
|
+
token = state.push('bullet_list_close', 'ul', -1)
|
|
317
|
+
}
|
|
318
|
+
token.markup = String.fromCharCode(markerCharCode)
|
|
319
|
+
|
|
320
|
+
listLines[1] = nextLine
|
|
321
|
+
state.line = nextLine
|
|
322
|
+
|
|
323
|
+
state.parentType = oldParentType
|
|
324
|
+
|
|
325
|
+
// mark paragraphs tight if needed
|
|
326
|
+
if (tight) {
|
|
327
|
+
markTightParagraphs(state, listTokIdx)
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
return true
|
|
331
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// Paragraph
|
|
2
|
+
|
|
3
|
+
export default function paragraph (state, startLine, endLine) {
|
|
4
|
+
const terminatorRules = state.md.block.ruler.getRules('paragraph')
|
|
5
|
+
const oldParentType = state.parentType
|
|
6
|
+
let nextLine = startLine + 1
|
|
7
|
+
state.parentType = 'paragraph'
|
|
8
|
+
|
|
9
|
+
// jump line-by-line until empty one or EOF
|
|
10
|
+
for (; nextLine < endLine && !state.isEmpty(nextLine); nextLine++) {
|
|
11
|
+
// this would be a code block normally, but after paragraph
|
|
12
|
+
// it's considered a lazy continuation regardless of what's there
|
|
13
|
+
if (state.sCount[nextLine] - state.blkIndent > 3) { continue }
|
|
14
|
+
|
|
15
|
+
// quirk for blockquotes, this line should already be checked by that rule
|
|
16
|
+
if (state.sCount[nextLine] < 0) { continue }
|
|
17
|
+
|
|
18
|
+
// Some tags can terminate paragraph without empty line.
|
|
19
|
+
let terminate = false
|
|
20
|
+
for (let i = 0, l = terminatorRules.length; i < l; i++) {
|
|
21
|
+
if (terminatorRules[i](state, nextLine, endLine, true)) {
|
|
22
|
+
terminate = true
|
|
23
|
+
break
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
if (terminate) { break }
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
const content = state.getLines(startLine, nextLine, state.blkIndent, false).trim()
|
|
30
|
+
|
|
31
|
+
state.line = nextLine
|
|
32
|
+
|
|
33
|
+
const token_o = state.push('paragraph_open', 'p', 1)
|
|
34
|
+
token_o.map = [startLine, state.line]
|
|
35
|
+
|
|
36
|
+
const token_i = state.push('inline', '', 0)
|
|
37
|
+
token_i.content = content
|
|
38
|
+
token_i.map = [startLine, state.line]
|
|
39
|
+
token_i.children = []
|
|
40
|
+
|
|
41
|
+
state.push('paragraph_close', 'p', -1)
|
|
42
|
+
|
|
43
|
+
state.parentType = oldParentType
|
|
44
|
+
|
|
45
|
+
return true
|
|
46
|
+
}
|
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
import { isSpace, normalizeReference } from '../common/utils.mjs'
|
|
2
|
+
|
|
3
|
+
export default function reference (state, startLine, _endLine, silent) {
|
|
4
|
+
let pos = state.bMarks[startLine] + state.tShift[startLine]
|
|
5
|
+
let max = state.eMarks[startLine]
|
|
6
|
+
let nextLine = startLine + 1
|
|
7
|
+
|
|
8
|
+
// if it's indented more than 3 spaces, it should be a code block
|
|
9
|
+
if (state.sCount[startLine] - state.blkIndent >= 4) { return false }
|
|
10
|
+
|
|
11
|
+
if (state.src.charCodeAt(pos) !== 0x5B/* [ */) { return false }
|
|
12
|
+
|
|
13
|
+
function getNextLine (nextLine) {
|
|
14
|
+
const endLine = state.lineMax
|
|
15
|
+
|
|
16
|
+
if (nextLine >= endLine || state.isEmpty(nextLine)) {
|
|
17
|
+
// empty line or end of input
|
|
18
|
+
return null
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
let isContinuation = false
|
|
22
|
+
|
|
23
|
+
// this would be a code block normally, but after paragraph
|
|
24
|
+
// it's considered a lazy continuation regardless of what's there
|
|
25
|
+
if (state.sCount[nextLine] - state.blkIndent > 3) { isContinuation = true }
|
|
26
|
+
|
|
27
|
+
// quirk for blockquotes, this line should already be checked by that rule
|
|
28
|
+
if (state.sCount[nextLine] < 0) { isContinuation = true }
|
|
29
|
+
|
|
30
|
+
if (!isContinuation) {
|
|
31
|
+
const terminatorRules = state.md.block.ruler.getRules('reference')
|
|
32
|
+
const oldParentType = state.parentType
|
|
33
|
+
state.parentType = 'reference'
|
|
34
|
+
|
|
35
|
+
// Some tags can terminate paragraph without empty line.
|
|
36
|
+
let terminate = false
|
|
37
|
+
for (let i = 0, l = terminatorRules.length; i < l; i++) {
|
|
38
|
+
if (terminatorRules[i](state, nextLine, endLine, true)) {
|
|
39
|
+
terminate = true
|
|
40
|
+
break
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
state.parentType = oldParentType
|
|
45
|
+
if (terminate) {
|
|
46
|
+
// terminated by another block
|
|
47
|
+
return null
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
const pos = state.bMarks[nextLine] + state.tShift[nextLine]
|
|
52
|
+
const max = state.eMarks[nextLine]
|
|
53
|
+
|
|
54
|
+
// max + 1 explicitly includes the newline
|
|
55
|
+
return state.src.slice(pos, max + 1)
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
let str = state.src.slice(pos, max + 1)
|
|
59
|
+
|
|
60
|
+
max = str.length
|
|
61
|
+
let labelEnd = -1
|
|
62
|
+
|
|
63
|
+
for (pos = 1; pos < max; pos++) {
|
|
64
|
+
const ch = str.charCodeAt(pos)
|
|
65
|
+
if (ch === 0x5B /* [ */) {
|
|
66
|
+
return false
|
|
67
|
+
} else if (ch === 0x5D /* ] */) {
|
|
68
|
+
labelEnd = pos
|
|
69
|
+
break
|
|
70
|
+
} else if (ch === 0x0A /* \n */) {
|
|
71
|
+
const lineContent = getNextLine(nextLine)
|
|
72
|
+
if (lineContent !== null) {
|
|
73
|
+
str += lineContent
|
|
74
|
+
max = str.length
|
|
75
|
+
nextLine++
|
|
76
|
+
}
|
|
77
|
+
} else if (ch === 0x5C /* \ */) {
|
|
78
|
+
pos++
|
|
79
|
+
if (pos < max && str.charCodeAt(pos) === 0x0A) {
|
|
80
|
+
const lineContent = getNextLine(nextLine)
|
|
81
|
+
if (lineContent !== null) {
|
|
82
|
+
str += lineContent
|
|
83
|
+
max = str.length
|
|
84
|
+
nextLine++
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
if (labelEnd < 0 || str.charCodeAt(labelEnd + 1) !== 0x3A/* : */) { return false }
|
|
91
|
+
|
|
92
|
+
// [label]: destination 'title'
|
|
93
|
+
// ^^^ skip optional whitespace here
|
|
94
|
+
for (pos = labelEnd + 2; pos < max; pos++) {
|
|
95
|
+
const ch = str.charCodeAt(pos)
|
|
96
|
+
if (ch === 0x0A) {
|
|
97
|
+
const lineContent = getNextLine(nextLine)
|
|
98
|
+
if (lineContent !== null) {
|
|
99
|
+
str += lineContent
|
|
100
|
+
max = str.length
|
|
101
|
+
nextLine++
|
|
102
|
+
}
|
|
103
|
+
} else if (isSpace(ch)) {
|
|
104
|
+
/* eslint no-empty:0 */
|
|
105
|
+
} else {
|
|
106
|
+
break
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
// [label]: destination 'title'
|
|
111
|
+
// ^^^^^^^^^^^ parse this
|
|
112
|
+
const destRes = state.md.helpers.parseLinkDestination(str, pos, max)
|
|
113
|
+
if (!destRes.ok) { return false }
|
|
114
|
+
|
|
115
|
+
const href = state.md.normalizeLink(destRes.str)
|
|
116
|
+
if (!state.md.validateLink(href)) { return false }
|
|
117
|
+
|
|
118
|
+
pos = destRes.pos
|
|
119
|
+
|
|
120
|
+
// save cursor state, we could require to rollback later
|
|
121
|
+
const destEndPos = pos
|
|
122
|
+
const destEndLineNo = nextLine
|
|
123
|
+
|
|
124
|
+
// [label]: destination 'title'
|
|
125
|
+
// ^^^ skipping those spaces
|
|
126
|
+
const start = pos
|
|
127
|
+
for (; pos < max; pos++) {
|
|
128
|
+
const ch = str.charCodeAt(pos)
|
|
129
|
+
if (ch === 0x0A) {
|
|
130
|
+
const lineContent = getNextLine(nextLine)
|
|
131
|
+
if (lineContent !== null) {
|
|
132
|
+
str += lineContent
|
|
133
|
+
max = str.length
|
|
134
|
+
nextLine++
|
|
135
|
+
}
|
|
136
|
+
} else if (isSpace(ch)) {
|
|
137
|
+
/* eslint no-empty:0 */
|
|
138
|
+
} else {
|
|
139
|
+
break
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// [label]: destination 'title'
|
|
144
|
+
// ^^^^^^^ parse this
|
|
145
|
+
let titleRes = state.md.helpers.parseLinkTitle(str, pos, max)
|
|
146
|
+
while (titleRes.can_continue) {
|
|
147
|
+
const lineContent = getNextLine(nextLine)
|
|
148
|
+
if (lineContent === null) break
|
|
149
|
+
str += lineContent
|
|
150
|
+
pos = max
|
|
151
|
+
max = str.length
|
|
152
|
+
nextLine++
|
|
153
|
+
titleRes = state.md.helpers.parseLinkTitle(str, pos, max, titleRes)
|
|
154
|
+
}
|
|
155
|
+
let title
|
|
156
|
+
|
|
157
|
+
if (pos < max && start !== pos && titleRes.ok) {
|
|
158
|
+
title = titleRes.str
|
|
159
|
+
pos = titleRes.pos
|
|
160
|
+
} else {
|
|
161
|
+
title = ''
|
|
162
|
+
pos = destEndPos
|
|
163
|
+
nextLine = destEndLineNo
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
// skip trailing spaces until the rest of the line
|
|
167
|
+
while (pos < max) {
|
|
168
|
+
const ch = str.charCodeAt(pos)
|
|
169
|
+
if (!isSpace(ch)) { break }
|
|
170
|
+
pos++
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
if (pos < max && str.charCodeAt(pos) !== 0x0A) {
|
|
174
|
+
if (title) {
|
|
175
|
+
// garbage at the end of the line after title,
|
|
176
|
+
// but it could still be a valid reference if we roll back
|
|
177
|
+
title = ''
|
|
178
|
+
pos = destEndPos
|
|
179
|
+
nextLine = destEndLineNo
|
|
180
|
+
while (pos < max) {
|
|
181
|
+
const ch = str.charCodeAt(pos)
|
|
182
|
+
if (!isSpace(ch)) { break }
|
|
183
|
+
pos++
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
if (pos < max && str.charCodeAt(pos) !== 0x0A) {
|
|
189
|
+
// garbage at the end of the line
|
|
190
|
+
return false
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
const label = normalizeReference(str.slice(1, labelEnd))
|
|
194
|
+
if (!label) {
|
|
195
|
+
// CommonMark 0.20 disallows empty labels
|
|
196
|
+
return false
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
// Reference can not terminate anything. This check is for safety only.
|
|
200
|
+
/* istanbul ignore if */
|
|
201
|
+
if (silent) { return true }
|
|
202
|
+
|
|
203
|
+
if (typeof state.env.references === 'undefined') {
|
|
204
|
+
state.env.references = {}
|
|
205
|
+
}
|
|
206
|
+
if (typeof state.env.references[label] === 'undefined') {
|
|
207
|
+
state.env.references[label] = { title, href }
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
state.line = nextLine
|
|
211
|
+
return true
|
|
212
|
+
}
|