1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#1009 Config option for preserving hard line breaks

This commit is contained in:
Unknwon
2015-09-01 08:32:02 -04:00
parent 50dbc2732b
commit 90a6553c37
3 changed files with 19 additions and 3 deletions

View File

@@ -18,6 +18,10 @@ EXPLORE_PAGING_NUM = 20
; Number of issues that are showed in one page
ISSUE_PAGING_NUM = 10
[markdown]
; Enable hard line break extension
ENABLE_HARD_LINE_BREAK = false
[server]
PROTOCOL = http
DOMAIN = localhost