mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
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
This commit is contained in:
parent
043264b651
commit
dfa69b2eb0
@ -128,7 +128,8 @@ module Redmine
|
|||||||
:tables => true,
|
:tables => true,
|
||||||
:strikethrough => true,
|
:strikethrough => true,
|
||||||
:superscript => true,
|
:superscript => true,
|
||||||
:no_intra_emphasis => true
|
:no_intra_emphasis => true,
|
||||||
|
:footnotes => true
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user