mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
130 lines
2.6 KiB
JSON
130 lines
2.6 KiB
JSON
{
|
|
"version": "0.2",
|
|
"language": "en",
|
|
"words": [
|
|
"blockquotes",
|
|
"customizability",
|
|
"Gantt",
|
|
"jison",
|
|
"knsv",
|
|
"Knut",
|
|
"mermiad",
|
|
"mindmap",
|
|
"Mindmaps",
|
|
"mitigations",
|
|
"sandboxed",
|
|
"shiki",
|
|
"Sveidqvist",
|
|
"verdana",
|
|
"Visio"
|
|
],
|
|
"ignoreWords": [
|
|
"Faber",
|
|
"Orlandoni",
|
|
"Klemm",
|
|
"Mindaugas",
|
|
"Laganeckas",
|
|
"Cuzon",
|
|
"Yash",
|
|
"Adamiecki",
|
|
"applitools",
|
|
"Asciidoctor",
|
|
"Astah",
|
|
"Bisheng",
|
|
"codedoc",
|
|
"Docsy",
|
|
"Doku",
|
|
"Gitea",
|
|
"Gitgraph",
|
|
"Grav",
|
|
"Inkdrop",
|
|
"Jaoude",
|
|
"mdbook",
|
|
"mermerd",
|
|
"mkdocs",
|
|
"phpbb",
|
|
"Plantuml",
|
|
"Playfair's",
|
|
"Podlite",
|
|
"redmine",
|
|
"sphinxcontrib",
|
|
"Tuleap",
|
|
"dagre",
|
|
"vitepress",
|
|
"docsify",
|
|
"colour",
|
|
"graphlib",
|
|
"acyclicer",
|
|
"ranksep",
|
|
"descr",
|
|
"substate",
|
|
"Ashish",
|
|
"bbox",
|
|
"techn",
|
|
"cytoscape",
|
|
"Lucida",
|
|
"Bilkent",
|
|
"cpettitt",
|
|
"antiscript",
|
|
"ts-nocheck",
|
|
"setupGraphViewbox",
|
|
"flatmap",
|
|
"Kaufmann",
|
|
"viewports",
|
|
"edgechromium",
|
|
"statediagram"
|
|
],
|
|
"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"]
|
|
}
|