mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
ef51111b86
Support using GFM in markdown documentation. GitHub has some custom features in their Markdown documentation. For example, they support using tables, footnotes, and task lists. Vitepress supports tables too. However, remark sometimes throws an error when parsing tables, so we should use `remark-gfm` to handle them.