From dfa69b2eb0f85b6214af947c6e36b34c4a0e91d7 2015-09-30 18:42:23 From: Jean-Philippe Lang Date: 2015-09-30 18:42:23 Subject: [PATCH] Enables footnote support with Markdown (#16072). Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@14628 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/redmine/wiki_formatting/markdown/formatter.rb b/lib/redmine/wiki_formatting/markdown/formatter.rb index 17d94a1..fdf17fe 100644 --- a/lib/redmine/wiki_formatting/markdown/formatter.rb +++ b/lib/redmine/wiki_formatting/markdown/formatter.rb @@ -128,7 +128,8 @@ module Redmine :tables => true, :strikethrough => true, :superscript => true, - :no_intra_emphasis => true + :no_intra_emphasis => true, + :footnotes => true ) end end