mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-21 16:29:40 +02:00
Move filetype Recommendations to the top
This commit is contained in:
@@ -6,6 +6,20 @@
|
|||||||
|
|
||||||
# Integrations
|
# Integrations
|
||||||
|
|
||||||
|
## Recommendations
|
||||||
|
|
||||||
|
### File Extension
|
||||||
|
|
||||||
|
Applications that support mermaid files [SHOULD](https://datatracker.ietf.org/doc/html/rfc2119#section-3) use `.mermaid` or `.mmd` file extensions.
|
||||||
|
|
||||||
|
### MIME Type
|
||||||
|
|
||||||
|
The recommended [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) for mermaid media is `text/vnd.mermaid`.
|
||||||
|
|
||||||
|
[IANA](https://www.iana.org/) recognition pending.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
The following list is a compilation of different integrations and plugins that allow the rendering of mermaid definitions within other applications.
|
The following list is a compilation of different integrations and plugins that allow the rendering of mermaid definitions within other applications.
|
||||||
|
|
||||||
They also serve as proof of concept, for the variety of things that can be built with mermaid.
|
They also serve as proof of concept, for the variety of things that can be built with mermaid.
|
||||||
@@ -205,14 +219,3 @@ 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)
|
- [NiceGUI: Let any browser be the frontend of your Python code](https://nicegui.io)
|
||||||
- [ui.mermaid(...)](https://nicegui.io/reference#mermaid_diagrams)
|
- [ui.mermaid(...)](https://nicegui.io/reference#mermaid_diagrams)
|
||||||
- [ui.markdown(..., extras=\['mermaid'\])](https://nicegui.io/reference#markdown_element)
|
- [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 `.mermaid` or `.mmd` file extensions.
|
|
||||||
|
|
||||||
### 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`.
|
|
||||||
|
@@ -1,5 +1,19 @@
|
|||||||
# Integrations
|
# Integrations
|
||||||
|
|
||||||
|
## Recommendations
|
||||||
|
|
||||||
|
### File Extension
|
||||||
|
|
||||||
|
Applications that support mermaid files [SHOULD](https://datatracker.ietf.org/doc/html/rfc2119#section-3) use `.mermaid` or `.mmd` file extensions.
|
||||||
|
|
||||||
|
### MIME Type
|
||||||
|
|
||||||
|
The recommended [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) for mermaid media is `text/vnd.mermaid`.
|
||||||
|
|
||||||
|
[IANA](https://www.iana.org/) recognition pending.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
The following list is a compilation of different integrations and plugins that allow the rendering of mermaid definitions within other applications.
|
The following list is a compilation of different integrations and plugins that allow the rendering of mermaid definitions within other applications.
|
||||||
|
|
||||||
They also serve as proof of concept, for the variety of things that can be built with mermaid.
|
They also serve as proof of concept, for the variety of things that can be built with mermaid.
|
||||||
@@ -199,14 +213,3 @@ 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)
|
- [NiceGUI: Let any browser be the frontend of your Python code](https://nicegui.io)
|
||||||
- [ui.mermaid(...)](https://nicegui.io/reference#mermaid_diagrams)
|
- [ui.mermaid(...)](https://nicegui.io/reference#mermaid_diagrams)
|
||||||
- [ui.markdown(..., extras=['mermaid'])](https://nicegui.io/reference#markdown_element)
|
- [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 `.mermaid` or `.mmd` file extensions.
|
|
||||||
|
|
||||||
### 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`.
|
|
||||||
|
Reference in New Issue
Block a user