Skip to content

Commit 94e1fe6

Browse files
committed
(docs) add text formatting feature
1 parent abd1c94 commit 94e1fe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Edit messages
2020
- Reply to other messages
2121
- UI elements for seen, new, deleted and typing messages
22+
- Text formatting - bold, italic, strikethrough, code
2223
- Online / Offline status
2324
- Flexible options
2425
- Custom theming - light and dark modes
@@ -189,7 +190,7 @@ textMessages="{
189190
}"
190191
```
191192

192-
(8) `textFormatting` can be used to add text formatting. Currently, bold, italic, strikethrough and underline formatting are available and can be used in conjonction. You can disable text formatting by passing the prop as `:textFormatting="false"`.
193+
(8) `textFormatting` can be used to add text formatting. Currently, bold, italic, strikethrough, underline, inline code and multiline code formatting are available and can be used in conjonction. You can disable text formatting by passing the prop as `:textFormatting="false"`.
193194

194195
| Style | Syntax | Example | Output |
195196
| ----------------- | --------------- | -------------------------------------- | -------------------------------------- |

0 commit comments

Comments
 (0)