You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
554 B
14 lines
554 B
+++ |
|
title = "Sub/superscripts don't require braces" |
|
tags = ["export-option", "superscripts", "subscripts"] |
|
draft = false |
|
+++ |
|
|
|
## Following text will export `_..` as subscript and `^..` as superscript {#following-text-will-export-dot-dot-as-subscript-and-dot-dot-as-superscript} |
|
|
|
a<sub>b</sub> a<sub>bc</sub> a<sup>b</sup> a<sup>bc</sup> |
|
|
|
|
|
## Following text will export `_{..}` as subscript and `^{..}` as superscript {#following-text-will-export-dot-dot-as-subscript-and-dot-dot-as-superscript} |
|
|
|
a<sub>b</sub> a<sub>bc</sub> a<sup>b</sup> a<sup>bc</sup>
|
|
|