mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	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 <lauris@nix.lv>
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							a88a58a83e
						
					
				
				
					commit
					a85d916d3e
				
			@@ -558,13 +558,13 @@ Gitea can support Markup using external tools. The example below will add a mark
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```ini
 | 
					```ini
 | 
				
			||||||
[markup.asciidoc]
 | 
					[markup.asciidoc]
 | 
				
			||||||
ENABLED = false
 | 
					ENABLED = true
 | 
				
			||||||
FILE_EXTENSIONS = .adoc,.asciidoc
 | 
					FILE_EXTENSIONS = .adoc,.asciidoc
 | 
				
			||||||
RENDER_COMMAND = "asciidoc --out-file=- -"
 | 
					RENDER_COMMAND = "asciidoc --out-file=- -"
 | 
				
			||||||
IS_INPUT_FILE = false
 | 
					IS_INPUT_FILE = false
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- ENABLED: **false** Enable markup support.
 | 
					- ENABLED: **false** Enable markup support; set to **true** to enable this renderer.
 | 
				
			||||||
- FILE\_EXTENSIONS: **\<empty\>** List of file extensions that should be rendered by an external
 | 
					- FILE\_EXTENSIONS: **\<empty\>** List of file extensions that should be rendered by an external
 | 
				
			||||||
   command. Multiple extentions needs a comma as splitter.
 | 
					   command. Multiple extentions needs a comma as splitter.
 | 
				
			||||||
- RENDER\_COMMAND: External command to render all matching extensions.
 | 
					- RENDER\_COMMAND: External command to render all matching extensions.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user