Support HTML fragments within footnotes.

This commit is contained in:
David Russell 2017-08-20 11:26:32 +07:00
parent f249ddf56a
commit 7a294929b0

View File

@ -54,7 +54,7 @@
}
<div style="position: fixed; bottom: 10px; left: 20px; z-index: 999">
@if(ssm.hasFootnote()) {
<span style="color:@ssm.fetchThemeFontColorInverse(); font-size:0.8em; font-family: @ssm.fetchThemeFont();">@ssm.fetchFootnote()</span>
<span style="color:@ssm.fetchThemeFontColorInverse(); font-size:0.8em; font-family: @ssm.fetchThemeFont();">@Html(ssm.fetchFootnote())</span>
} else {
@if(ssm.params().grs.equals("github")) {
<span class="octicon octicon-mark-github"