##// END OF EJS Templates
Enables footnote support with Markdown (#16072)....
Jean-Philippe Lang -
r14246:dfa69b2eb0f8
parent child
Show More
@@ -128,7 +128,8 module Redmine
128 128 :tables => true,
129 129 :strikethrough => true,
130 130 :superscript => true,
131 :no_intra_emphasis => true
131 :no_intra_emphasis => true,
132 :footnotes => true
132 133 )
133 134 end
134 135 end
General Comments 0
You need to be logged in to leave comments. Login now