================== Emphasis ================== Text with *{emphasis}* here. --- (document (paragraph (text) (emphasis (text)) (text))) ================== Bold ================== Text with !{bold text}! here. --- (document (paragraph (text) (bold (text)) (text))) ================== Italic ================== Text with /{italic text}/ here. --- (document (paragraph (text) (italic (text)) (text))) ================== Underline ================== Text with _{underlined}_ here. --- (document (paragraph (text) (underline (text)) (text))) ================== Citation ================== Text with "{cited text}" here. --- (document (paragraph (text) (citation_mark (text)) (text))) ================== Superscript ================== Text with ^{super}^ here. --- (document (paragraph (text) (superscript (text)) (text))) ================== Subscript ================== Text with ,{sub}, here. --- (document (paragraph (text) (subscript (text)) (text))) ================== Monospace ================== Text with #{code}# here. --- (document (paragraph (text) (monospace_inline (text)) (text))) ================== Strikethrough ================== Text with -{deleted}- here. --- (document (paragraph (text) (strikethrough (text)) (text))) ================== Inserted ================== Text with +{added}+ here. --- (document (paragraph (text) (inserted (text)) (text))) ================== Nested formatting ================== Text with *{emphasis with /{nested italic}/ inside}* here. --- (document (paragraph (text) (emphasis (text) (italic (text)) (text)) (text)))