Skip to content

Commit 7a8e920

Browse files
Update form_style_xls.md
1 parent d0dafe7 commit 7a8e920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/form_style_xls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Text styling features in XLSForm include:
7171
| Italics | `*italics*` or `_italics_` |
7272
| Bold | `**bold**` or `__bold__` |
7373
| Hyperlink | `[name of link](url)` |
74-
| Headers | # Header 1 (biggest) to ###### Header 6 (smallest) |
74+
| Headers | `# Header 1` (biggest) to `###### Header 6` (smallest) |
7575
| Bullet lists | - This is an unordered list<br>- in markdown |
7676
| Numbered lists | 1. This is a numbered list<br>2. in markdown |
7777
| Emojis | For example, 🙂 😐 🙁 😦 😧 😩 😱 |
7878
| Superscript | `100 m<sup>2</sup>` turns into 100 m² |
7979
| Subscript | `H<sub>2</sub>O` turns into H₂O |
8080
| Colored text | `<span style="color:#f58a1f">orange</span>` turns into <span style="color:#f58a1f">orange</span> <br>`<span style="color:red">red</span>` turns into <span style="color:red">red</span> |
81-
| Font | `<span style="font-family:cursive">cursive</span>`<br>`<span style="color:red; font-family:cursive">red and cursive</span>`|
82-
| Align center | `<p style="text-align:center">Centered label</p>` |
81+
| Font | `<span style="font-family:cursive">cursive</span>` turns into <span style="font-family:cursive">cursive</span> <br>`<span style="color:red; font-family:cursive">red and cursive</span>` turns into <span style="color:red; font-family:cursive">red and cursive</span>|
82+
| Align center | `<p style="text-align:center">Centered label</p>` centers the text on the screen |
8383

8484
<p class="note">
8585
<strong>Note:</strong> Use the <code>\</code> character before <code>#</code>, <code>*</code>, <code>_</code>, and <code>\</code> to prevent special styling effects from being triggered by these characters.

0 commit comments

Comments
 (0)