Skip to content

Commit

Permalink
Added <sup> tag to contain footnote backlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
andykirk committed Sep 23, 2015
1 parent 725aefb commit f024e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion footnotes/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
}
}
}
footnote = '<li id="footnote' + prefix + '-' + order + '" data-footnote-id="' + footnote_id + '">' + links + '<cite>' + footnote_text + '</cite></li>';
footnote = '<li id="footnote' + prefix + '-' + order + '" data-footnote-id="' + footnote_id + '"><sup>' + links + '</sup><cite>' + footnote_text + '</cite></li>';
return footnote;
},

Expand Down

0 comments on commit f024e36

Please sign in to comment.