File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/content/doc/advanced Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -558,13 +558,13 @@ Gitea can support Markup using external tools. The example below will add a mark
558
558
559
559
``` ini
560
560
[markup.asciidoc]
561
- ENABLED = false
561
+ ENABLED = true
562
562
FILE_EXTENSIONS = .adoc,.asciidoc
563
563
RENDER_COMMAND = " asciidoc --out-file=- -"
564
564
IS_INPUT_FILE = false
565
565
```
566
566
567
- - ENABLED: ** false** Enable markup support.
567
+ - ENABLED: ** false** Enable markup support; set to ** true ** to enable this renderer .
568
568
- FILE\_ EXTENSIONS: ** \< empty\> ** List of file extensions that should be rendered by an external
569
569
command. Multiple extentions needs a comma as splitter.
570
570
- RENDER\_ COMMAND: External command to render all matching extensions.
You can’t perform that action at this time.
0 commit comments