mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Update app.ini.sample (#8498)
* Update app.ini.sample Give further information on hyperlink rendering in Markdown * Update app.ini.sample Follow feedback from @guillep2k for CUSTOM_URL in markdown to indicate http and https are always rendered as links. * Update custom/conf/app.ini.sample Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * Update custom/conf/app.ini.sample Co-Authored-By: Antoine GIRARD <sapk@users.noreply.github.com>
This commit is contained in:
		@@ -141,8 +141,9 @@ KEYWORDS = go,git,self-hosted,gitea
 | 
				
			|||||||
[markdown]
 | 
					[markdown]
 | 
				
			||||||
; Enable hard line break extension
 | 
					; Enable hard line break extension
 | 
				
			||||||
ENABLE_HARD_LINE_BREAK = false
 | 
					ENABLE_HARD_LINE_BREAK = false
 | 
				
			||||||
; List of custom URL-Schemes that are allowed as links when rendering Markdown
 | 
					; Comma separated list of custom URL-Schemes that are allowed as links when rendering Markdown
 | 
				
			||||||
; for example git,magnet
 | 
					; for example git,magnet,ftp (more at https://en.wikipedia.org/wiki/List_of_URI_schemes)
 | 
				
			||||||
 | 
					; URLs starting with http and https are always displayed, whatever is put in this entry.
 | 
				
			||||||
CUSTOM_URL_SCHEMES =
 | 
					CUSTOM_URL_SCHEMES =
 | 
				
			||||||
; List of file extensions that should be rendered/edited as Markdown
 | 
					; List of file extensions that should be rendered/edited as Markdown
 | 
				
			||||||
; Separate the extensions with a comma. To render files without any extension as markdown, just put a comma
 | 
					; Separate the extensions with a comma. To render files without any extension as markdown, just put a comma
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user