Sidharth Vinod
87b0025691
Merge branch 'develop' into sidv/tinyMermaid
...
* develop: (189 commits)
Remove unnecessary tests
Remove optional chaining
chore: Update docs
refactor: Use `||` instead of `??`
Update flowchart.md (#4798 )
Update flowchart.md (#4792 )
core: Adapt changes from 3f7bafb2d7
Update cypress/helpers/util.js
chore: Update docs
chore: Add deprecation notices, improve types
chore: Cleanup gitGraph tests
chore: Fix unit tests
chore(deps): update all patch dependencies
chore: Update docs
Update docs
New Mermaid Live Editor for Confluence Cloud (#4814 )
Update link to Discourse theme component (#4811 )
Update flowchart.md (#4810 )
chore: remove unneeded `CommomDB`
chore: Update docs
...
2023-09-08 16:32:53 +05:30
Sidharth Vinod
276fd7ad84
refactor: Move directive processing before parsing
...
Directives and fronmatter will be preprocessed
and removed from the text before parsing.
2023-08-25 12:54:44 +05:30
sidharthv96
fd35a54735
Update docs
2023-08-21 06:43:15 +00:00
Sidharth Vinod
91b7d4234e
chore: Highlight if tiny version is used in error and info.
2023-08-14 14:31:07 +05:30
Yokozuna59
b11c511c5c
remove unnecessary @ts-ignore
and @ts-nocheck
2023-06-12 13:27:40 +03:00
Knut Sveidqvist
99f65813a1
Syntax for markdown strings is a single backtick.
2023-04-03 10:43:15 +02:00
Sidharth Vinod
68cdc759a7
Minor cleanup
...
Co-authored-by: Per Brolin <per@mermaidchart.com >
2023-02-20 17:53:07 +05:30
sidharthv96
83f3ceb7f5
Update docs
2023-02-19 10:43:49 +00:00
Sidharth Vinod
4ea7294eeb
fix( #3406 , #3394 ): Remove init & initThrowsErrors
...
New run function added as replacement.
2023-02-19 16:10:08 +05:30
Sidharth Vinod
8c64a90721
Fix docs
2023-02-19 14:21:15 +05:30
Sidharth Vinod
eaa84d2d91
feat: Break render and parse types
...
Both render and parse are async now.
Return type of render contains svg and bindFunctions.
Parse will not throw error if parseOptions.silent is passed.
2023-02-19 13:08:13 +05:30