You can format text using standard HTML tags for styling text in environments where HTML editor is restricted such as list item titles, headlines, store product titles, and blog post titles.
With this, you can easily add bold, italic, underline, strikethrough, and line break.
Bold Text
Shortcode: <strong>This is a bold</strong> text section.
Example: This is a bold text section.
Italic Text
Shortcode: <em>This is an italic</em> text section.
Example: This is an italic text section.
Underlined text
Shortcode: <u>This is an underlined</u> text section.
Example: This is an underlined text section.
Strikethrough text
Shortcode: <del>This is a strikethrough</del> text section.
Example: This is a strikethrough text section.
Line break
Shortcode: This is a linebreak <br> text section.
Example: This is a linebreak
text section.