Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jun 12, 2023
1 parent 64558ff commit a7b75d7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/ecosystem/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,3 +205,14 @@ They also serve as proof of concept, for the variety of things that can be built
- [NiceGUI: Let any browser be the frontend of your Python code](https://nicegui.io)
- [ui.mermaid(...)](https://nicegui.io/reference#mermaid_diagrams)
- [ui.markdown(..., extras=\['mermaid'\])](https://nicegui.io/reference#markdown_element)

## Recommendations

### File Extension

Applications that support editing and saving mermaid files are encouraged to use the `.mmd` file extension.

### MIME Type

While not officially recognized by the [IANA](https://www.iana.org/assignments/media-types/media-types.xhtml),
the recommended MIME type for mermaid media is `text/vnd.mermaid`.

0 comments on commit a7b75d7

Please sign in to comment.