Skip to content

Commit 6896998

Browse files
authored
Update form_style_xls.md
- Styling table edits
1 parent 5180dc8 commit 6896998

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/form_style_xls.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,18 +68,18 @@ You can use Markdown and HTML in XLSForm to style text, add emphasis with bold o
6868
Text styling features in XLSForm include:
6969
| Feature | Formatting |
7070
|:---------------|:-----------|
71-
| Italics | *italics* or _italics_ |
72-
| Bold | **bold** or __bold__ |
73-
| Hyperlink | [name of link](url) |
71+
| Italics | `*italics*` or `_italics_` |
72+
| Bold | `**bold**` or `__bold__` |
73+
| Hyperlink | `[name of link](url)` |
7474
| 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, 🙂 😐 🙁 😦 😧 😩 😱 |
78-
| Superscript | <code>100 m<sup>2</sup></code> turns into 100 m² |
79-
| Subscript | <code>H<sub>2</sub>O</code> turns into H₂O |
80-
| Colored text | <code><span style="color:#f58a1f">orange</span></code><br><code><span style="color:red">red</span></code> |
81-
| Font | <code><span style="font-family:cursive">cursive</span></code><br><code><span style="color:red; font-family:cursive">red and cursive</span></code> |
82-
| Align center | <code><p style="text-align:center">Centered label</p></code> |
78+
| Superscript | `100 m<sup>2</sup>` turns into 100 m² |
79+
| Subscript | `H<sub>2</sub>O` turns into H₂O |
80+
| Colored text | `<span style="color:#f58a1f">orange</span>`<br>`<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>` |
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)