summaryrefslogtreecommitdiffstats
path: root/lib/redmine/wiki_formatting/markdown
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-02-16 05:01:14 +0000
committerGo MAEDA <maeda@farend.jp>2018-02-16 05:01:14 +0000
commit241e4cbb681f9834ebd696a7cfb6e85586c04bea (patch)
tree2d29472c13b6ab493fbe39b96de8db43cda58bbd /lib/redmine/wiki_formatting/markdown
parent1518bbb38be92960b6ba2033b43ba1e9dc47e1d9 (diff)
downloadredmine-241e4cbb681f9834ebd696a7cfb6e85586c04bea.tar.gz
redmine-241e4cbb681f9834ebd696a7cfb6e85586c04bea.zip
Enable lax_spacing for markdown formatting (#28119).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17198 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine/wiki_formatting/markdown')
-rw-r--r--lib/redmine/wiki_formatting/markdown/formatter.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/redmine/wiki_formatting/markdown/formatter.rb b/lib/redmine/wiki_formatting/markdown/formatter.rb
index 82e3b6c2a..c959c3a06 100644
--- a/lib/redmine/wiki_formatting/markdown/formatter.rb
+++ b/lib/redmine/wiki_formatting/markdown/formatter.rb
@@ -142,7 +142,8 @@ module Redmine
:strikethrough => true,
:superscript => true,
:no_intra_emphasis => true,
- :footnotes => true
+ :footnotes => true,
+ :lax_spacing => true
)
end
end