We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88a58a commit a85d916Copy full SHA for a85d916
docs/content/doc/advanced/config-cheat-sheet.en-us.md
@@ -558,13 +558,13 @@ Gitea can support Markup using external tools. The example below will add a mark
558
559
```ini
560
[markup.asciidoc]
561
-ENABLED = false
+ENABLED = true
562
FILE_EXTENSIONS = .adoc,.asciidoc
563
RENDER_COMMAND = "asciidoc --out-file=- -"
564
IS_INPUT_FILE = false
565
```
566
567
-- ENABLED: **false** Enable markup support.
+- ENABLED: **false** Enable markup support; set to **true** to enable this renderer.
568
- FILE\_EXTENSIONS: **\<empty\>** List of file extensions that should be rendered by an external
569
command. Multiple extentions needs a comma as splitter.
570
- RENDER\_COMMAND: External command to render all matching extensions.
0 commit comments