mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
1a6fd69f65
* develop: (815 commits) Move filetype Recommendations to the top Update docs Update integrations.md per review Disable coveralls Update coveralls Ignore bundlephobia Update docs strawman extension and mime type docs Update docs Rename info to note Rename "info" to "note" Update all patch dependencies Fix Directives Documentation Run docs:build Update tutorial link Run build Fix link to Tutorials from n00b-overview page Correct timeline spelling UPdated version to 10.2.3 Remove old changelog ...
185 lines
3.6 KiB
JSON
185 lines
3.6 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",
|
|
"città",
|
|
"classdef",
|
|
"codedoc",
|
|
"colour",
|
|
"commitlint",
|
|
"cpettitt",
|
|
"customizability",
|
|
"cuzon",
|
|
"cytoscape",
|
|
"dagre",
|
|
"deepdwn",
|
|
"descr",
|
|
"docsify",
|
|
"docsy",
|
|
"doku",
|
|
"dompurify",
|
|
"edgechromium",
|
|
"elkjs",
|
|
"faber",
|
|
"flatmap",
|
|
"ftplugin",
|
|
"gantt",
|
|
"gitea",
|
|
"gitgraph",
|
|
"globby",
|
|
"graphlib",
|
|
"graphviz",
|
|
"grav",
|
|
"greywolf",
|
|
"huynh",
|
|
"huynhicode",
|
|
"inkdrop",
|
|
"jaoude",
|
|
"jgreywolf",
|
|
"jison",
|
|
"jiti",
|
|
"kaufmann",
|
|
"khroma",
|
|
"klemm",
|
|
"klink",
|
|
"knsv",
|
|
"knut",
|
|
"knutsveidqvist",
|
|
"laganeckas",
|
|
"linetype",
|
|
"lintstagedrc",
|
|
"logmsg",
|
|
"lucida",
|
|
"markdownish",
|
|
"matthieu",
|
|
"matthieumorel",
|
|
"mdast",
|
|
"mdbook",
|
|
"mermaidjs",
|
|
"mermerd",
|
|
"mindaugas",
|
|
"mindmap",
|
|
"mindmaps",
|
|
"mitigations",
|
|
"mkdocs",
|
|
"mmorel",
|
|
"mult",
|
|
"nextra",
|
|
"orlandoni",
|
|
"pathe",
|
|
"pbrolin",
|
|
"phpbb",
|
|
"plantuml",
|
|
"playfair",
|
|
"pnpm",
|
|
"podlite",
|
|
"quence",
|
|
"radious",
|
|
"ranksep",
|
|
"rect",
|
|
"rects",
|
|
"redmine",
|
|
"rehype",
|
|
"roledescription",
|
|
"sandboxed",
|
|
"setupgraphviewbox",
|
|
"shiki",
|
|
"sidharth",
|
|
"sidharthv",
|
|
"sphinxcontrib",
|
|
"startx",
|
|
"starty",
|
|
"statediagram",
|
|
"steph",
|
|
"stopx",
|
|
"stopy",
|
|
"stylis",
|
|
"substate",
|
|
"sveidqvist",
|
|
"swimm",
|
|
"techn",
|
|
"teststr",
|
|
"textlength",
|
|
"treemap",
|
|
"ts-nocheck",
|
|
"tsdoc",
|
|
"tuleap",
|
|
"tylerlong",
|
|
"ugge",
|
|
"unist",
|
|
"upvoting",
|
|
"unocss",
|
|
"valign",
|
|
"verdana",
|
|
"viewports",
|
|
"vinod",
|
|
"visio",
|
|
"vitepress",
|
|
"vueuse",
|
|
"xlink",
|
|
"yash",
|
|
"zenuml"
|
|
],
|
|
"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"
|
|
]
|
|
}
|