Update MERMAID_MAX_SOURCE_CHARACTERS (#202)

Reviewed-on: https://gitea.com/gitea/docs/pulls/202
This commit is contained in:
wxiaoguang
2025-04-09 07:58:18 +00:00
parent 330f8b808b
commit cc53afc60e

View File

@@ -1244,7 +1244,7 @@ This section only does "set" config, a removed config key from this section won'
## Markup (`markup`)
- `MERMAID_MAX_SOURCE_CHARACTERS`: **5000**: Set the maximum size of a Mermaid source. (Set to -1 to disable)
- `MERMAID_MAX_SOURCE_CHARACTERS`: **50000**: Set the maximum size of a Mermaid source. (Set to -1 to disable)
Gitea can support Markup using external tools. The example below will add a markup named `asciidoc`.