mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Support HTML fragments within footnotes.
This commit is contained in:
parent
f249ddf56a
commit
7a294929b0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user