vitejs / vite

Next generation frontend tooling. It's fast!
http://vite.dev
MIT License
68.73k stars 6.21k forks source link

docs: fix rendering issues in mermaid JS diagrams #18731

Closed kitsune7 closed 23 hours ago

kitsune7 commented 23 hours ago

Description

This updates the two Mermaid JS diagrams in CONTRIBUTING.md that fail to render new lines and Markdown lists appropriately.

Issue Triaging Workflow

Before:

Issue diagram

After:

Issue diagram fixed

Pull Request Review Workflow

Before:

PR diagram

After:

PR diagram fixed