Skip to content

Commit a85d916

Browse files
guillep2klafriks
authored andcommitted
Fix doc example for asciidoc (#9072)
* Fix doc example for asciidoc * Update config-cheat-sheet.en-us.md * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: Lauris BH <[email protected]>
1 parent a88a58a commit a85d916

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,13 +558,13 @@ Gitea can support Markup using external tools. The example below will add a mark
558558

559559
```ini
560560
[markup.asciidoc]
561-
ENABLED = false
561+
ENABLED = true
562562
FILE_EXTENSIONS = .adoc,.asciidoc
563563
RENDER_COMMAND = "asciidoc --out-file=- -"
564564
IS_INPUT_FILE = false
565565
```
566566

567-
- ENABLED: **false** Enable markup support.
567+
- ENABLED: **false** Enable markup support; set to **true** to enable this renderer.
568568
- FILE\_EXTENSIONS: **\<empty\>** List of file extensions that should be rendered by an external
569569
command. Multiple extentions needs a comma as splitter.
570570
- RENDER\_COMMAND: External command to render all matching extensions.

0 commit comments

Comments
 (0)