This website requires JavaScript.
Explore
Help
Sign In
marcel
/
mermaid
Watch
1
Star
0
Fork
0
You've already forked mermaid
mirror of
https://github.com/mermaid-js/mermaid.git
synced
2025-11-25 07:04:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0df80d2b52f7939c91d6535559672c3c23f12315
mermaid
/
src
History
Tim Maffett
67b6414693
fix parse() to match spec (return true if valid, false if invalid (and a parseError handler is defined))
2022-05-05 11:48:53 -07:00
..
__mocks__
/entity-decode
…
dagre-wrapper
feat: add hideUnusedParticipants and some cleanup
2022-04-14 19:19:18 -07:00
diagrams
chore: fix a few security vulnerabilities
2022-04-28 19:29:56 -07:00
jison
build: group webpack & ignore dist & support yarn1.x (
#2551
)
2021-12-11 12:02:39 +01:00
themes
Updating Gitgraph docs
2022-04-07 20:13:15 +02:00
accessibility.js
…
config.js
protect config.js from attempting to use invalid theme name
2022-04-29 17:46:19 -07:00
config.spec.js
…
defaultConfig.js
Fix for hideUnusedParticipants
2022-04-28 18:45:18 +02:00
Diagram.js
…
errorRenderer.js
…
interactionDb.js
…
logger.js
…
mermaid.js
add setParseErrorHandler,check for undefined mermaidAPI before using
2022-05-05 11:47:46 -07:00
mermaid.spec.js
…
mermaidAPI.js
fix parse() to match spec (return true if valid, false if invalid (and a parseError handler is defined))
2022-05-05 11:48:53 -07:00
mermaidAPI.spec.js
…
styles.js
…
utils.js
…
utils.spec.js
…