@alexlit/lint-kit 110.1.0 → 111.0.0
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/.eslintrc.cjs +2 -8
- package/package.json +1 -1
- package/packages/config-commitlint/package.json +2 -2
- package/packages/config-eslint/README.md +22 -46
- package/packages/config-eslint/index.js +344 -213
- package/packages/config-eslint/package.json +6 -4
- package/packages/config-eslint/plugins/array-func.js +0 -1
- package/packages/config-eslint/plugins/compat.js +0 -1
- package/packages/config-eslint/plugins/decorator-position.js +0 -1
- package/packages/config-eslint/plugins/eslint-comments.js +0 -1
- package/packages/config-eslint/plugins/etc.js +0 -1
- package/packages/config-eslint/plugins/ext.js +0 -1
- package/packages/config-eslint/plugins/filenames.js +0 -1
- package/packages/config-eslint/plugins/import.js +0 -4
- package/packages/config-eslint/plugins/jsdoc.js +0 -1
- package/packages/config-eslint/plugins/jsx-a11y.js +0 -1
- package/packages/config-eslint/plugins/lit-a11y.js +0 -1
- package/packages/config-eslint/plugins/lit.js +0 -1
- package/packages/config-eslint/plugins/more.js +0 -1
- package/packages/config-eslint/plugins/no-await-in-promise.js +0 -1
- package/packages/config-eslint/plugins/no-constructor-bind.js +0 -1
- package/packages/config-eslint/plugins/no-explicit-type-exports.js +0 -1
- package/packages/config-eslint/plugins/no-loops.js +0 -1
- package/packages/config-eslint/plugins/no-secrets.js +0 -1
- package/packages/config-eslint/plugins/no-use-extend-native.js +0 -1
- package/packages/config-eslint/plugins/{optional/node.js → node.js} +0 -1
- package/packages/config-eslint/plugins/prettier.js +0 -1
- package/packages/config-eslint/plugins/promise.js +0 -1
- package/packages/config-eslint/plugins/regexp.js +0 -1
- package/packages/config-eslint/plugins/{optional/security.js → security.js} +0 -1
- package/packages/config-eslint/plugins/simple-import-sort.js +0 -1
- package/packages/config-eslint/plugins/sonar.js +0 -1
- package/packages/config-eslint/plugins/sort-class-members.js +0 -1
- package/packages/config-eslint/plugins/sort-destructure-keys.js +0 -1
- package/packages/config-eslint/plugins/sort-keys-fix.js +0 -1
- package/packages/config-eslint/plugins/spellcheck.js +2 -12
- package/packages/config-eslint/plugins/sql.js +0 -1
- package/packages/config-eslint/plugins/tanstack-query.js +0 -1
- package/packages/config-eslint/plugins/testing-library.js +0 -1
- package/packages/config-eslint/plugins/typescript-sort-keys.js +0 -1
- package/packages/config-eslint/plugins/{typescript/index.js → typescript.js} +3 -4
- package/packages/config-eslint/plugins/unicorn.js +0 -1
- package/packages/config-eslint/plugins/unused-imports.js +0 -1
- package/packages/config-eslint/plugins/vitest.js +0 -1
- package/packages/config-eslint/plugins/vue-i18n.js +0 -1
- package/packages/config-eslint/plugins/vue.js +1 -10
- package/packages/config-eslint/plugins/vuejs-accessibility.js +0 -1
- package/packages/config-eslint/plugins/wc.js +0 -1
- package/packages/config-eslint/plugins/write-good-comments.js +0 -2
- package/packages/config-eslint/utils/extend-spell-checker.js +23 -0
- 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/README.md +1 -1
- package/packages/config-stylelint/index.js +2 -2
- package/packages/config-stylelint/package.json +2 -2
- package/packages/config-eslint/plugins/no-inferred-method-name.js +0 -8
- package/packages/config-eslint/plugins/nuxt.js +0 -10
- package/packages/config-eslint/plugins/quasar.js +0 -6
- /package/packages/config-eslint/{plugins/typescript/allow-boolean-property-list.const.js → constants/allow-boolean-property-list.js} +0 -0
- /package/packages/config-eslint/{plugins/typescript/boolean-prefixes.const.js → constants/boolean-prefixes.js} +0 -0
- /package/packages/config-eslint/{plugins/typescript/english-verbs.const.js → constants/english-verbs.js} +0 -0
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
// Parser state class
|
|
2
|
+
|
|
3
|
+
import Token from '../token.mjs'
|
|
4
|
+
import { isSpace } from '../common/utils.mjs'
|
|
5
|
+
|
|
6
|
+
function StateBlock (src, md, env, tokens) {
|
|
7
|
+
this.src = src
|
|
8
|
+
|
|
9
|
+
// link to parser instance
|
|
10
|
+
this.md = md
|
|
11
|
+
|
|
12
|
+
this.env = env
|
|
13
|
+
|
|
14
|
+
//
|
|
15
|
+
// Internal state vartiables
|
|
16
|
+
//
|
|
17
|
+
|
|
18
|
+
this.tokens = tokens
|
|
19
|
+
|
|
20
|
+
this.bMarks = [] // line begin offsets for fast jumps
|
|
21
|
+
this.eMarks = [] // line end offsets for fast jumps
|
|
22
|
+
this.tShift = [] // offsets of the first non-space characters (tabs not expanded)
|
|
23
|
+
this.sCount = [] // indents for each line (tabs expanded)
|
|
24
|
+
|
|
25
|
+
// An amount of virtual spaces (tabs expanded) between beginning
|
|
26
|
+
// of each line (bMarks) and real beginning of that line.
|
|
27
|
+
//
|
|
28
|
+
// It exists only as a hack because blockquotes override bMarks
|
|
29
|
+
// losing information in the process.
|
|
30
|
+
//
|
|
31
|
+
// It's used only when expanding tabs, you can think about it as
|
|
32
|
+
// an initial tab length, e.g. bsCount=21 applied to string `\t123`
|
|
33
|
+
// means first tab should be expanded to 4-21%4 === 3 spaces.
|
|
34
|
+
//
|
|
35
|
+
this.bsCount = []
|
|
36
|
+
|
|
37
|
+
// block parser variables
|
|
38
|
+
|
|
39
|
+
// required block content indent (for example, if we are
|
|
40
|
+
// inside a list, it would be positioned after list marker)
|
|
41
|
+
this.blkIndent = 0
|
|
42
|
+
this.line = 0 // line index in src
|
|
43
|
+
this.lineMax = 0 // lines count
|
|
44
|
+
this.tight = false // loose/tight mode for lists
|
|
45
|
+
this.ddIndent = -1 // indent of the current dd block (-1 if there isn't any)
|
|
46
|
+
this.listIndent = -1 // indent of the current list block (-1 if there isn't any)
|
|
47
|
+
|
|
48
|
+
// can be 'blockquote', 'list', 'root', 'paragraph' or 'reference'
|
|
49
|
+
// used in lists to determine if they interrupt a paragraph
|
|
50
|
+
this.parentType = 'root'
|
|
51
|
+
|
|
52
|
+
this.level = 0
|
|
53
|
+
|
|
54
|
+
// Create caches
|
|
55
|
+
// Generate markers.
|
|
56
|
+
const s = this.src
|
|
57
|
+
|
|
58
|
+
for (let start = 0, pos = 0, indent = 0, offset = 0, len = s.length, indent_found = false; pos < len; pos++) {
|
|
59
|
+
const ch = s.charCodeAt(pos)
|
|
60
|
+
|
|
61
|
+
if (!indent_found) {
|
|
62
|
+
if (isSpace(ch)) {
|
|
63
|
+
indent++
|
|
64
|
+
|
|
65
|
+
if (ch === 0x09) {
|
|
66
|
+
offset += 4 - offset % 4
|
|
67
|
+
} else {
|
|
68
|
+
offset++
|
|
69
|
+
}
|
|
70
|
+
continue
|
|
71
|
+
} else {
|
|
72
|
+
indent_found = true
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
if (ch === 0x0A || pos === len - 1) {
|
|
77
|
+
if (ch !== 0x0A) { pos++ }
|
|
78
|
+
this.bMarks.push(start)
|
|
79
|
+
this.eMarks.push(pos)
|
|
80
|
+
this.tShift.push(indent)
|
|
81
|
+
this.sCount.push(offset)
|
|
82
|
+
this.bsCount.push(0)
|
|
83
|
+
|
|
84
|
+
indent_found = false
|
|
85
|
+
indent = 0
|
|
86
|
+
offset = 0
|
|
87
|
+
start = pos + 1
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
// Push fake entry to simplify cache bounds checks
|
|
92
|
+
this.bMarks.push(s.length)
|
|
93
|
+
this.eMarks.push(s.length)
|
|
94
|
+
this.tShift.push(0)
|
|
95
|
+
this.sCount.push(0)
|
|
96
|
+
this.bsCount.push(0)
|
|
97
|
+
|
|
98
|
+
this.lineMax = this.bMarks.length - 1 // don't count last fake line
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// Push new token to "stream".
|
|
102
|
+
//
|
|
103
|
+
StateBlock.prototype.push = function (type, tag, nesting) {
|
|
104
|
+
const token = new Token(type, tag, nesting)
|
|
105
|
+
token.block = true
|
|
106
|
+
|
|
107
|
+
if (nesting < 0) this.level-- // closing tag
|
|
108
|
+
token.level = this.level
|
|
109
|
+
if (nesting > 0) this.level++ // opening tag
|
|
110
|
+
|
|
111
|
+
this.tokens.push(token)
|
|
112
|
+
return token
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
StateBlock.prototype.isEmpty = function isEmpty (line) {
|
|
116
|
+
return this.bMarks[line] + this.tShift[line] >= this.eMarks[line]
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
StateBlock.prototype.skipEmptyLines = function skipEmptyLines (from) {
|
|
120
|
+
for (let max = this.lineMax; from < max; from++) {
|
|
121
|
+
if (this.bMarks[from] + this.tShift[from] < this.eMarks[from]) {
|
|
122
|
+
break
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
return from
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
// Skip spaces from given position.
|
|
129
|
+
StateBlock.prototype.skipSpaces = function skipSpaces (pos) {
|
|
130
|
+
for (let max = this.src.length; pos < max; pos++) {
|
|
131
|
+
const ch = this.src.charCodeAt(pos)
|
|
132
|
+
if (!isSpace(ch)) { break }
|
|
133
|
+
}
|
|
134
|
+
return pos
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
// Skip spaces from given position in reverse.
|
|
138
|
+
StateBlock.prototype.skipSpacesBack = function skipSpacesBack (pos, min) {
|
|
139
|
+
if (pos <= min) { return pos }
|
|
140
|
+
|
|
141
|
+
while (pos > min) {
|
|
142
|
+
if (!isSpace(this.src.charCodeAt(--pos))) { return pos + 1 }
|
|
143
|
+
}
|
|
144
|
+
return pos
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
// Skip char codes from given position
|
|
148
|
+
StateBlock.prototype.skipChars = function skipChars (pos, code) {
|
|
149
|
+
for (let max = this.src.length; pos < max; pos++) {
|
|
150
|
+
if (this.src.charCodeAt(pos) !== code) { break }
|
|
151
|
+
}
|
|
152
|
+
return pos
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// Skip char codes reverse from given position - 1
|
|
156
|
+
StateBlock.prototype.skipCharsBack = function skipCharsBack (pos, code, min) {
|
|
157
|
+
if (pos <= min) { return pos }
|
|
158
|
+
|
|
159
|
+
while (pos > min) {
|
|
160
|
+
if (code !== this.src.charCodeAt(--pos)) { return pos + 1 }
|
|
161
|
+
}
|
|
162
|
+
return pos
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// cut lines range from source.
|
|
166
|
+
StateBlock.prototype.getLines = function getLines (begin, end, indent, keepLastLF) {
|
|
167
|
+
if (begin >= end) {
|
|
168
|
+
return ''
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
const queue = new Array(end - begin)
|
|
172
|
+
|
|
173
|
+
for (let i = 0, line = begin; line < end; line++, i++) {
|
|
174
|
+
let lineIndent = 0
|
|
175
|
+
const lineStart = this.bMarks[line]
|
|
176
|
+
let first = lineStart
|
|
177
|
+
let last
|
|
178
|
+
|
|
179
|
+
if (line + 1 < end || keepLastLF) {
|
|
180
|
+
// No need for bounds check because we have fake entry on tail.
|
|
181
|
+
last = this.eMarks[line] + 1
|
|
182
|
+
} else {
|
|
183
|
+
last = this.eMarks[line]
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
while (first < last && lineIndent < indent) {
|
|
187
|
+
const ch = this.src.charCodeAt(first)
|
|
188
|
+
|
|
189
|
+
if (isSpace(ch)) {
|
|
190
|
+
if (ch === 0x09) {
|
|
191
|
+
lineIndent += 4 - (lineIndent + this.bsCount[line]) % 4
|
|
192
|
+
} else {
|
|
193
|
+
lineIndent++
|
|
194
|
+
}
|
|
195
|
+
} else if (first - lineStart < this.tShift[line]) {
|
|
196
|
+
// patched tShift masked characters to look like spaces (blockquotes, list markers)
|
|
197
|
+
lineIndent++
|
|
198
|
+
} else {
|
|
199
|
+
break
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
first++
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
if (lineIndent > indent) {
|
|
206
|
+
// partially expanding tabs in code blocks, e.g '\t\tfoobar'
|
|
207
|
+
// with indent=2 becomes ' \tfoobar'
|
|
208
|
+
queue[i] = new Array(lineIndent - indent + 1).join(' ') + this.src.slice(first, last)
|
|
209
|
+
} else {
|
|
210
|
+
queue[i] = this.src.slice(first, last)
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
return queue.join('')
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// re-export Token class to use in block rules
|
|
218
|
+
StateBlock.prototype.Token = Token
|
|
219
|
+
|
|
220
|
+
export default StateBlock
|
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
// GFM table, https://github.github.com/gfm/#tables-extension-
|
|
2
|
+
|
|
3
|
+
import { isSpace } from '../common/utils.mjs'
|
|
4
|
+
|
|
5
|
+
// Limit the amount of empty autocompleted cells in a table,
|
|
6
|
+
// see https://github.com/markdown-it/markdown-it/issues/1000,
|
|
7
|
+
//
|
|
8
|
+
// Both pulldown-cmark and commonmark-hs limit the number of cells this way to ~200k.
|
|
9
|
+
// We set it to 65k, which can expand user input by a factor of x370
|
|
10
|
+
// (256x256 square is 1.8kB expanded into 650kB).
|
|
11
|
+
const MAX_AUTOCOMPLETED_CELLS = 0x10000
|
|
12
|
+
|
|
13
|
+
function getLine (state, line) {
|
|
14
|
+
const pos = state.bMarks[line] + state.tShift[line]
|
|
15
|
+
const max = state.eMarks[line]
|
|
16
|
+
|
|
17
|
+
return state.src.slice(pos, max)
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
function escapedSplit (str) {
|
|
21
|
+
const result = []
|
|
22
|
+
const max = str.length
|
|
23
|
+
|
|
24
|
+
let pos = 0
|
|
25
|
+
let ch = str.charCodeAt(pos)
|
|
26
|
+
let isEscaped = false
|
|
27
|
+
let lastPos = 0
|
|
28
|
+
let current = ''
|
|
29
|
+
|
|
30
|
+
while (pos < max) {
|
|
31
|
+
if (ch === 0x7c/* | */) {
|
|
32
|
+
if (!isEscaped) {
|
|
33
|
+
// pipe separating cells, '|'
|
|
34
|
+
result.push(current + str.substring(lastPos, pos))
|
|
35
|
+
current = ''
|
|
36
|
+
lastPos = pos + 1
|
|
37
|
+
} else {
|
|
38
|
+
// escaped pipe, '\|'
|
|
39
|
+
current += str.substring(lastPos, pos - 1)
|
|
40
|
+
lastPos = pos
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
isEscaped = (ch === 0x5c/* \ */)
|
|
45
|
+
pos++
|
|
46
|
+
|
|
47
|
+
ch = str.charCodeAt(pos)
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
result.push(current + str.substring(lastPos))
|
|
51
|
+
|
|
52
|
+
return result
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export default function table (state, startLine, endLine, silent) {
|
|
56
|
+
// should have at least two lines
|
|
57
|
+
if (startLine + 2 > endLine) { return false }
|
|
58
|
+
|
|
59
|
+
let nextLine = startLine + 1
|
|
60
|
+
|
|
61
|
+
if (state.sCount[nextLine] < state.blkIndent) { return false }
|
|
62
|
+
|
|
63
|
+
// if it's indented more than 3 spaces, it should be a code block
|
|
64
|
+
if (state.sCount[nextLine] - state.blkIndent >= 4) { return false }
|
|
65
|
+
|
|
66
|
+
// first character of the second line should be '|', '-', ':',
|
|
67
|
+
// and no other characters are allowed but spaces;
|
|
68
|
+
// basically, this is the equivalent of /^[-:|][-:|\s]*$/ regexp
|
|
69
|
+
|
|
70
|
+
let pos = state.bMarks[nextLine] + state.tShift[nextLine]
|
|
71
|
+
if (pos >= state.eMarks[nextLine]) { return false }
|
|
72
|
+
|
|
73
|
+
const firstCh = state.src.charCodeAt(pos++)
|
|
74
|
+
if (firstCh !== 0x7C/* | */ && firstCh !== 0x2D/* - */ && firstCh !== 0x3A/* : */) { return false }
|
|
75
|
+
|
|
76
|
+
if (pos >= state.eMarks[nextLine]) { return false }
|
|
77
|
+
|
|
78
|
+
const secondCh = state.src.charCodeAt(pos++)
|
|
79
|
+
if (secondCh !== 0x7C/* | */ && secondCh !== 0x2D/* - */ && secondCh !== 0x3A/* : */ && !isSpace(secondCh)) {
|
|
80
|
+
return false
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
// if first character is '-', then second character must not be a space
|
|
84
|
+
// (due to parsing ambiguity with list)
|
|
85
|
+
if (firstCh === 0x2D/* - */ && isSpace(secondCh)) { return false }
|
|
86
|
+
|
|
87
|
+
while (pos < state.eMarks[nextLine]) {
|
|
88
|
+
const ch = state.src.charCodeAt(pos)
|
|
89
|
+
|
|
90
|
+
if (ch !== 0x7C/* | */ && ch !== 0x2D/* - */ && ch !== 0x3A/* : */ && !isSpace(ch)) { return false }
|
|
91
|
+
|
|
92
|
+
pos++
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
let lineText = getLine(state, startLine + 1)
|
|
96
|
+
let columns = lineText.split('|')
|
|
97
|
+
const aligns = []
|
|
98
|
+
for (let i = 0; i < columns.length; i++) {
|
|
99
|
+
const t = columns[i].trim()
|
|
100
|
+
if (!t) {
|
|
101
|
+
// allow empty columns before and after table, but not in between columns;
|
|
102
|
+
// e.g. allow ` |---| `, disallow ` ---||--- `
|
|
103
|
+
if (i === 0 || i === columns.length - 1) {
|
|
104
|
+
continue
|
|
105
|
+
} else {
|
|
106
|
+
return false
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
if (!/^:?-+:?$/.test(t)) { return false }
|
|
111
|
+
if (t.charCodeAt(t.length - 1) === 0x3A/* : */) {
|
|
112
|
+
aligns.push(t.charCodeAt(0) === 0x3A/* : */ ? 'center' : 'right')
|
|
113
|
+
} else if (t.charCodeAt(0) === 0x3A/* : */) {
|
|
114
|
+
aligns.push('left')
|
|
115
|
+
} else {
|
|
116
|
+
aligns.push('')
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
lineText = getLine(state, startLine).trim()
|
|
121
|
+
if (lineText.indexOf('|') === -1) { return false }
|
|
122
|
+
if (state.sCount[startLine] - state.blkIndent >= 4) { return false }
|
|
123
|
+
columns = escapedSplit(lineText)
|
|
124
|
+
if (columns.length && columns[0] === '') columns.shift()
|
|
125
|
+
if (columns.length && columns[columns.length - 1] === '') columns.pop()
|
|
126
|
+
|
|
127
|
+
// header row will define an amount of columns in the entire table,
|
|
128
|
+
// and align row should be exactly the same (the rest of the rows can differ)
|
|
129
|
+
const columnCount = columns.length
|
|
130
|
+
if (columnCount === 0 || columnCount !== aligns.length) { return false }
|
|
131
|
+
|
|
132
|
+
if (silent) { return true }
|
|
133
|
+
|
|
134
|
+
const oldParentType = state.parentType
|
|
135
|
+
state.parentType = 'table'
|
|
136
|
+
|
|
137
|
+
// use 'blockquote' lists for termination because it's
|
|
138
|
+
// the most similar to tables
|
|
139
|
+
const terminatorRules = state.md.block.ruler.getRules('blockquote')
|
|
140
|
+
|
|
141
|
+
const token_to = state.push('table_open', 'table', 1)
|
|
142
|
+
const tableLines = [startLine, 0]
|
|
143
|
+
token_to.map = tableLines
|
|
144
|
+
|
|
145
|
+
const token_tho = state.push('thead_open', 'thead', 1)
|
|
146
|
+
token_tho.map = [startLine, startLine + 1]
|
|
147
|
+
|
|
148
|
+
const token_htro = state.push('tr_open', 'tr', 1)
|
|
149
|
+
token_htro.map = [startLine, startLine + 1]
|
|
150
|
+
|
|
151
|
+
for (let i = 0; i < columns.length; i++) {
|
|
152
|
+
const token_ho = state.push('th_open', 'th', 1)
|
|
153
|
+
if (aligns[i]) {
|
|
154
|
+
token_ho.attrs = [['style', 'text-align:' + aligns[i]]]
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
const token_il = state.push('inline', '', 0)
|
|
158
|
+
token_il.content = columns[i].trim()
|
|
159
|
+
token_il.children = []
|
|
160
|
+
|
|
161
|
+
state.push('th_close', 'th', -1)
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
state.push('tr_close', 'tr', -1)
|
|
165
|
+
state.push('thead_close', 'thead', -1)
|
|
166
|
+
|
|
167
|
+
let tbodyLines
|
|
168
|
+
let autocompletedCells = 0
|
|
169
|
+
|
|
170
|
+
for (nextLine = startLine + 2; nextLine < endLine; nextLine++) {
|
|
171
|
+
if (state.sCount[nextLine] < state.blkIndent) { break }
|
|
172
|
+
|
|
173
|
+
let terminate = false
|
|
174
|
+
for (let i = 0, l = terminatorRules.length; i < l; i++) {
|
|
175
|
+
if (terminatorRules[i](state, nextLine, endLine, true)) {
|
|
176
|
+
terminate = true
|
|
177
|
+
break
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
if (terminate) { break }
|
|
182
|
+
lineText = getLine(state, nextLine).trim()
|
|
183
|
+
if (!lineText) { break }
|
|
184
|
+
if (state.sCount[nextLine] - state.blkIndent >= 4) { break }
|
|
185
|
+
columns = escapedSplit(lineText)
|
|
186
|
+
if (columns.length && columns[0] === '') columns.shift()
|
|
187
|
+
if (columns.length && columns[columns.length - 1] === '') columns.pop()
|
|
188
|
+
|
|
189
|
+
// note: autocomplete count can be negative if user specifies more columns than header,
|
|
190
|
+
// but that does not affect intended use (which is limiting expansion)
|
|
191
|
+
autocompletedCells += columnCount - columns.length
|
|
192
|
+
if (autocompletedCells > MAX_AUTOCOMPLETED_CELLS) { break }
|
|
193
|
+
|
|
194
|
+
if (nextLine === startLine + 2) {
|
|
195
|
+
const token_tbo = state.push('tbody_open', 'tbody', 1)
|
|
196
|
+
token_tbo.map = tbodyLines = [startLine + 2, 0]
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
const token_tro = state.push('tr_open', 'tr', 1)
|
|
200
|
+
token_tro.map = [nextLine, nextLine + 1]
|
|
201
|
+
|
|
202
|
+
for (let i = 0; i < columnCount; i++) {
|
|
203
|
+
const token_tdo = state.push('td_open', 'td', 1)
|
|
204
|
+
if (aligns[i]) {
|
|
205
|
+
token_tdo.attrs = [['style', 'text-align:' + aligns[i]]]
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
const token_il = state.push('inline', '', 0)
|
|
209
|
+
token_il.content = columns[i] ? columns[i].trim() : ''
|
|
210
|
+
token_il.children = []
|
|
211
|
+
|
|
212
|
+
state.push('td_close', 'td', -1)
|
|
213
|
+
}
|
|
214
|
+
state.push('tr_close', 'tr', -1)
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
if (tbodyLines) {
|
|
218
|
+
state.push('tbody_close', 'tbody', -1)
|
|
219
|
+
tbodyLines[1] = nextLine
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
state.push('table_close', 'table', -1)
|
|
223
|
+
tableLines[1] = nextLine
|
|
224
|
+
|
|
225
|
+
state.parentType = oldParentType
|
|
226
|
+
state.line = nextLine
|
|
227
|
+
return true
|
|
228
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default function block (state) {
|
|
2
|
+
let token
|
|
3
|
+
|
|
4
|
+
if (state.inlineMode) {
|
|
5
|
+
token = new state.Token('inline', '', 0)
|
|
6
|
+
token.content = state.src
|
|
7
|
+
token.map = [0, 1]
|
|
8
|
+
token.children = []
|
|
9
|
+
state.tokens.push(token)
|
|
10
|
+
} else {
|
|
11
|
+
state.md.block.parse(state.src, state.md, state.env, state.tokens)
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default function inline (state) {
|
|
2
|
+
const tokens = state.tokens
|
|
3
|
+
|
|
4
|
+
// Parse inlines
|
|
5
|
+
for (let i = 0, l = tokens.length; i < l; i++) {
|
|
6
|
+
const tok = tokens[i]
|
|
7
|
+
if (tok.type === 'inline') {
|
|
8
|
+
state.md.inline.parse(tok.content, state.md, state.env, tok.children)
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
// Replace link-like texts with link nodes.
|
|
2
|
+
//
|
|
3
|
+
// Currently restricted by `md.validateLink()` to http/https/ftp
|
|
4
|
+
//
|
|
5
|
+
|
|
6
|
+
import { arrayReplaceAt } from '../common/utils.mjs'
|
|
7
|
+
|
|
8
|
+
function isLinkOpen (str) {
|
|
9
|
+
return /^<a[>\s]/i.test(str)
|
|
10
|
+
}
|
|
11
|
+
function isLinkClose (str) {
|
|
12
|
+
return /^<\/a\s*>/i.test(str)
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export default function linkify (state) {
|
|
16
|
+
const blockTokens = state.tokens
|
|
17
|
+
|
|
18
|
+
if (!state.md.options.linkify) { return }
|
|
19
|
+
|
|
20
|
+
for (let j = 0, l = blockTokens.length; j < l; j++) {
|
|
21
|
+
if (blockTokens[j].type !== 'inline' ||
|
|
22
|
+
!state.md.linkify.pretest(blockTokens[j].content)) {
|
|
23
|
+
continue
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
let tokens = blockTokens[j].children
|
|
27
|
+
|
|
28
|
+
let htmlLinkLevel = 0
|
|
29
|
+
|
|
30
|
+
// We scan from the end, to keep position when new tags added.
|
|
31
|
+
// Use reversed logic in links start/end match
|
|
32
|
+
for (let i = tokens.length - 1; i >= 0; i--) {
|
|
33
|
+
const currentToken = tokens[i]
|
|
34
|
+
|
|
35
|
+
// Skip content of markdown links
|
|
36
|
+
if (currentToken.type === 'link_close') {
|
|
37
|
+
i--
|
|
38
|
+
while (tokens[i].level !== currentToken.level && tokens[i].type !== 'link_open') {
|
|
39
|
+
i--
|
|
40
|
+
}
|
|
41
|
+
continue
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// Skip content of html tag links
|
|
45
|
+
if (currentToken.type === 'html_inline') {
|
|
46
|
+
if (isLinkOpen(currentToken.content) && htmlLinkLevel > 0) {
|
|
47
|
+
htmlLinkLevel--
|
|
48
|
+
}
|
|
49
|
+
if (isLinkClose(currentToken.content)) {
|
|
50
|
+
htmlLinkLevel++
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
if (htmlLinkLevel > 0) { continue }
|
|
54
|
+
|
|
55
|
+
if (currentToken.type === 'text' && state.md.linkify.test(currentToken.content)) {
|
|
56
|
+
const text = currentToken.content
|
|
57
|
+
let links = state.md.linkify.match(text)
|
|
58
|
+
|
|
59
|
+
// Now split string to nodes
|
|
60
|
+
const nodes = []
|
|
61
|
+
let level = currentToken.level
|
|
62
|
+
let lastPos = 0
|
|
63
|
+
|
|
64
|
+
// forbid escape sequence at the start of the string,
|
|
65
|
+
// this avoids http\://example.com/ from being linkified as
|
|
66
|
+
// http:<a href="//example.com/">//example.com/</a>
|
|
67
|
+
if (links.length > 0 &&
|
|
68
|
+
links[0].index === 0 &&
|
|
69
|
+
i > 0 &&
|
|
70
|
+
tokens[i - 1].type === 'text_special') {
|
|
71
|
+
links = links.slice(1)
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
for (let ln = 0; ln < links.length; ln++) {
|
|
75
|
+
const url = links[ln].url
|
|
76
|
+
const fullUrl = state.md.normalizeLink(url)
|
|
77
|
+
if (!state.md.validateLink(fullUrl)) { continue }
|
|
78
|
+
|
|
79
|
+
let urlText = links[ln].text
|
|
80
|
+
|
|
81
|
+
// Linkifier might send raw hostnames like "example.com", where url
|
|
82
|
+
// starts with domain name. So we prepend http:// in those cases,
|
|
83
|
+
// and remove it afterwards.
|
|
84
|
+
//
|
|
85
|
+
if (!links[ln].schema) {
|
|
86
|
+
urlText = state.md.normalizeLinkText('http://' + urlText).replace(/^http:\/\//, '')
|
|
87
|
+
} else if (links[ln].schema === 'mailto:' && !/^mailto:/i.test(urlText)) {
|
|
88
|
+
urlText = state.md.normalizeLinkText('mailto:' + urlText).replace(/^mailto:/, '')
|
|
89
|
+
} else {
|
|
90
|
+
urlText = state.md.normalizeLinkText(urlText)
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
const pos = links[ln].index
|
|
94
|
+
|
|
95
|
+
if (pos > lastPos) {
|
|
96
|
+
const token = new state.Token('text', '', 0)
|
|
97
|
+
token.content = text.slice(lastPos, pos)
|
|
98
|
+
token.level = level
|
|
99
|
+
nodes.push(token)
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
const token_o = new state.Token('link_open', 'a', 1)
|
|
103
|
+
token_o.attrs = [['href', fullUrl]]
|
|
104
|
+
token_o.level = level++
|
|
105
|
+
token_o.markup = 'linkify'
|
|
106
|
+
token_o.info = 'auto'
|
|
107
|
+
nodes.push(token_o)
|
|
108
|
+
|
|
109
|
+
const token_t = new state.Token('text', '', 0)
|
|
110
|
+
token_t.content = urlText
|
|
111
|
+
token_t.level = level
|
|
112
|
+
nodes.push(token_t)
|
|
113
|
+
|
|
114
|
+
const token_c = new state.Token('link_close', 'a', -1)
|
|
115
|
+
token_c.level = --level
|
|
116
|
+
token_c.markup = 'linkify'
|
|
117
|
+
token_c.info = 'auto'
|
|
118
|
+
nodes.push(token_c)
|
|
119
|
+
|
|
120
|
+
lastPos = links[ln].lastIndex
|
|
121
|
+
}
|
|
122
|
+
if (lastPos < text.length) {
|
|
123
|
+
const token = new state.Token('text', '', 0)
|
|
124
|
+
token.content = text.slice(lastPos)
|
|
125
|
+
token.level = level
|
|
126
|
+
nodes.push(token)
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// replace current node
|
|
130
|
+
blockTokens[j].children = tokens = arrayReplaceAt(tokens, i, nodes)
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Normalize input string
|
|
2
|
+
|
|
3
|
+
// https://spec.commonmark.org/0.29/#line-ending
|
|
4
|
+
const NEWLINES_RE = /\r\n?|\n/g
|
|
5
|
+
const NULL_RE = /\0/g
|
|
6
|
+
|
|
7
|
+
export default function normalize (state) {
|
|
8
|
+
let str
|
|
9
|
+
|
|
10
|
+
// Normalize newlines
|
|
11
|
+
str = state.src.replace(NEWLINES_RE, '\n')
|
|
12
|
+
|
|
13
|
+
// Replace NULL characters
|
|
14
|
+
str = str.replace(NULL_RE, '\uFFFD')
|
|
15
|
+
|
|
16
|
+
state.src = str
|
|
17
|
+
}
|