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.
 
 
 
 

708 B

+++ title = "Sub/superscripts require braces" tags = ["export-option", "superscripts", "subscripts"] draft = false +++

By default, ox-hugo implements the ^:{} export option. See C-h v org-export-with-sub-superscripts for details. With this option, the text that needs to be subscripted or superscripted has to be surrounded by braces {..} following the _ or ^.

Following text will export _ and ^ verbatim

a_b a_bc a^b a^bc

Following text will export _{..} as subscript and ^{..} as superscript

ab abc ab abc