diff --git a/_includes/xlsform.md b/_includes/xlsform.md
index 31c0614..54a5d75 100644
--- a/_includes/xlsform.md
+++ b/_includes/xlsform.md
@@ -702,14 +702,16 @@ See this [blog post](http://blog.enketo.org/gorgeous-grid/) for more information
Markdown support in XLSForm allows for increased emphasis through bold and italics, different sized headers, various fonts and colors, and clickable web links in ODK Collect 1.4.9 and Enketo.
-* *emphasize* words by wrapping them inside ``_`` or ``*``
-* **strongly emphasize** words by wrapping them inside ``__`` or ``**``
-* add a link by using ``[name of link](url)``
-* add various sized headers by prepending # (biggest) to ###### (smallest) to header text
-* style text for color or font with span tags (e.g., <span style="color:#f58a1f">orange<span>, <span style="color:red; font-family:cursive">red and cursive<span>)
+* *emphasize* words by wrapping them inside `_` or `*`
+* **strongly emphasize** words by wrapping them inside `__` or `**`
+* add a link by using `[name of link](url)`
+* add various sized headers by prepending # (biggest) to ###### (smallest) to header text
* style text for color or font with span tags (e.g., ``orange``, ``red and cursive``)
* add a line break where you want it with Ctrl-Enter or Ctrl-Alt-Enter (may be different key combination for some spreadsheet software)
* add your favorite emojis 😍📋😍!
+* use superscript with the `` tag (e.g. `100 m2` turns into 100 m2)
+* use subscript with the `` tag (e.g. `H2O` turns into H2O)
+* use the `\` character before `#`, `*`, `_`, and `\` to prevent special styling effects to be triggered by these characters
### Platforms/Tools that support XLSForms
* [Secure Data Kit (SDK)](http://www.securedatakit.com)