Fix superscript
This commit is contained in:
parent
213da0beff
commit
6de03e0d13
3 changed files with 7 additions and 1 deletions
|
@ -20,7 +20,7 @@ var emphasisTags = map[string][]string{
|
|||
"=": []string{`<code class="verbatim">`, "</code>"},
|
||||
"_": []string{`<span style="text-decoration: underline;">`, "</span>"},
|
||||
"_{}": []string{"<sub>", "</sub>"},
|
||||
"^{}": []string{"<super>", "</super>"},
|
||||
"^{}": []string{"<sup>", "</sup>"},
|
||||
}
|
||||
|
||||
var listTags = map[string][]string{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue