Skip to content

Commit

Permalink
DOCS: Fix styling in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Oct 11, 2024
1 parent e854e2b commit fc91597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ You can apply three different types of emphasis to the data:
| `***text***` | `<strong>text</strong>` | <strong>text</strong> |
| `**text**` | `<em>text</em>` | <em>text</em> |
| `*text*` | `<b>text</b>` | <b>text</b> |
| `_text_` | `<u>text</u>` | <u>text</u> |
| `_text_` | `<u>text</u>` | <ins>text</ins> |

### Additional Notes

Expand Down

0 comments on commit fc91597

Please sign in to comment.