Actions
Defect #29598
closedFootnotes are not working as explained in RedmineTextFormattingMarkdown
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Wiki
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Version I use:
Environment:
Redmine version 3.4.4.stable
Ruby version 2.2.5-p319 (2016-04-26) [x86_64-linux]
Rails version 4.2.8
Environment production
Database adapter PostgreSQL
SCM:
Subversion 1.6.11
Git 2.10.2
Filesystem
Redmine plugins:
view_customize 1.1.4
=> According to the Wiki page https://redmine.org/projects/redmine/wiki/RedmineTextFormattingMarkdown#Footnotes,
This is a sentence.[^1]
and
[^1]: This is a footnote.
should work. It does not on my environment.
=> What works in my environment is:
This is a sentence[1].
and
fn1. This is a footnote.
Actions