Skip to content

Update 12. Format the text in messages..md #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/6. FAQ/12. Format the text in messages..md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Basic WhatsApp text formatting option are available in flow editor. Refer [this

## Text Formatting

1 . User ***** to make the text bold. - ***Bold***
1 . Place two asterisks before and after the text to make the text bold. Example: ** text ** **Bold**

2 . User **_** to make the text italic. **_Italic_**
2 . Place one underscore before and after the text to make the text italic. Example: _ text _ **_Italic_**

3 **** . **** User **~** to strikethrough the text .**~strikethrough~**
3 . Place one (~) tilde before and after the text to apply a strikethrough effect to text. Example: ~ text ~ **~Strikethrough~**

4 . Use **'''** for monospace- **'''monospace'''**
4 . Place one (``) backtick before and after the text to apply for monospace. Example: ` text `

![image](https://user-images.githubusercontent.com/32592458/220825997-0e940f0f-2ca9-43b7-949a-0a53ee7f6fa5.png)

Expand Down
Loading