mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
413de284ed
* develop: (130 commits) Cleanup e2e.yml Ignore push events on merge queue Remove :: Remove :: Remove :: Debug Debug Remove spec selector Handle edge cases in E2E Always run combineArtifacts Fix error message Fix cache save Update cache key Notify users Flatten uploaded images Flatten uploaded images Use pixelmatch for image comparison Run all tests Fix lint Update lockfile ...
212 lines
4.0 KiB
JSON
212 lines
4.0 KiB
JSON
{
|
|
"version": "0.2",
|
|
"language": "en",
|
|
"words": [
|
|
"acyclicer",
|
|
"adamiecki",
|
|
"alois",
|
|
"aloisklink",
|
|
"antiscript",
|
|
"antlr",
|
|
"appli",
|
|
"applitools",
|
|
"asciidoctor",
|
|
"ashish",
|
|
"ashishjain",
|
|
"astah",
|
|
"bbox",
|
|
"bilkent",
|
|
"bisheng",
|
|
"blrs",
|
|
"braintree",
|
|
"brkt",
|
|
"brolin",
|
|
"brotli",
|
|
"catmull",
|
|
"città",
|
|
"classdef",
|
|
"codedoc",
|
|
"codemia",
|
|
"colour",
|
|
"commitlint",
|
|
"cpettitt",
|
|
"customizability",
|
|
"cuzon",
|
|
"cytoscape",
|
|
"dagre",
|
|
"deepdwn",
|
|
"descr",
|
|
"docsify",
|
|
"docsy",
|
|
"doku",
|
|
"dompurify",
|
|
"dont",
|
|
"doublecircle",
|
|
"edgechromium",
|
|
"elems",
|
|
"elkjs",
|
|
"elle",
|
|
"faber",
|
|
"flatmap",
|
|
"foswiki",
|
|
"frontmatter",
|
|
"ftplugin",
|
|
"gantt",
|
|
"gitea",
|
|
"gitgraph",
|
|
"globby",
|
|
"graphlib",
|
|
"graphviz",
|
|
"grav",
|
|
"greywolf",
|
|
"gzipped",
|
|
"huynh",
|
|
"huynhicode",
|
|
"inkdrop",
|
|
"jaoude",
|
|
"jgreywolf",
|
|
"jison",
|
|
"jiti",
|
|
"katex",
|
|
"kaufmann",
|
|
"khroma",
|
|
"klemm",
|
|
"klink",
|
|
"knsv",
|
|
"knut",
|
|
"knutsveidqvist",
|
|
"laganeckas",
|
|
"linetype",
|
|
"lintstagedrc",
|
|
"logmsg",
|
|
"lucida",
|
|
"markdownish",
|
|
"mathml",
|
|
"matthieu",
|
|
"matthieumorel",
|
|
"mdast",
|
|
"mdbook",
|
|
"mermaidjs",
|
|
"mermerd",
|
|
"mindaugas",
|
|
"mindmap",
|
|
"mindmaps",
|
|
"mitigations",
|
|
"mkdocs",
|
|
"mmorel",
|
|
"mult",
|
|
"neurodiverse",
|
|
"nextra",
|
|
"nikolay",
|
|
"nirname",
|
|
"npmjs",
|
|
"orlandoni",
|
|
"pathe",
|
|
"pbrolin",
|
|
"phpbb",
|
|
"pixelmatch",
|
|
"plantuml",
|
|
"playfair",
|
|
"pnpm",
|
|
"podlite",
|
|
"quence",
|
|
"radious",
|
|
"ranksep",
|
|
"rect",
|
|
"rects",
|
|
"reda",
|
|
"redmine",
|
|
"regexes",
|
|
"rehype",
|
|
"roledescription",
|
|
"rozhkov",
|
|
"sandboxed",
|
|
"sankey",
|
|
"setupgraphviewbox",
|
|
"shiki",
|
|
"sidharth",
|
|
"sidharthv",
|
|
"sphinxcontrib",
|
|
"ssim",
|
|
"startx",
|
|
"starty",
|
|
"statediagram",
|
|
"steph",
|
|
"stopx",
|
|
"stopy",
|
|
"stylis",
|
|
"subhash-halder",
|
|
"substate",
|
|
"sulais",
|
|
"sveidqvist",
|
|
"swimm",
|
|
"techn",
|
|
"teststr",
|
|
"textlength",
|
|
"treemap",
|
|
"ts-nocheck",
|
|
"tsdoc",
|
|
"tuleap",
|
|
"tylerlong",
|
|
"typora",
|
|
"ugge",
|
|
"unist",
|
|
"unocss",
|
|
"upvoting",
|
|
"valign",
|
|
"verdana",
|
|
"viewports",
|
|
"vinod",
|
|
"visio",
|
|
"vitepress",
|
|
"vueuse",
|
|
"xlink",
|
|
"xychart",
|
|
"yash",
|
|
"yokozuna",
|
|
"zenuml",
|
|
"zune"
|
|
],
|
|
"patterns": [
|
|
{ "name": "Markdown links", "pattern": "\\((.*)\\)", "description": "" },
|
|
{
|
|
"name": "Markdown code blocks",
|
|
"pattern": "/^(\\s*`{3,}).*[\\s\\S]*?^\\1/gmx",
|
|
"description": "Taken from the cSpell example at https://cspell.org/configuration/patterns/#verbose-regular-expressions"
|
|
},
|
|
{
|
|
"name": "Inline code blocks",
|
|
"pattern": "\\`([^\\`\\r\\n]+?)\\`",
|
|
"description": "https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex"
|
|
},
|
|
{ "name": "Link contents", "pattern": "\\<a(.*)\\>", "description": "" },
|
|
{ "name": "Snippet references", "pattern": "-- snippet:(.*)", "description": "" },
|
|
{
|
|
"name": "Snippet references 2",
|
|
"pattern": "\\<\\[sample:(.*)",
|
|
"description": "another kind of snippet reference"
|
|
},
|
|
{ "name": "Multi-line code blocks", "pattern": "/^\\s*```[\\s\\S]*?^\\s*```/gm" },
|
|
{
|
|
"name": "HTML Tags",
|
|
"pattern": "<[^>]*>",
|
|
"description": "Reference: https://stackoverflow.com/questions/11229831/regular-expression-to-remove-html-tags-from-a-string"
|
|
}
|
|
],
|
|
"ignoreRegExpList": [
|
|
"Markdown links",
|
|
"Markdown code blocks",
|
|
"Inline code blocks",
|
|
"Link contents",
|
|
"Snippet references",
|
|
"Snippet references 2",
|
|
"Multi-line code blocks",
|
|
"HTML Tags"
|
|
],
|
|
"ignorePaths": [
|
|
"packages/mermaid/src/docs/CHANGELOG.md",
|
|
"packages/mermaid/src/docs/.vitepress/redirect.ts",
|
|
"packages/mermaid/src/docs/.vitepress/contributor-names.json"
|
|
]
|
|
}
|