Shortcodes are special markup tags in a text editor. Placed above the input field, if supported in the given text. If the shortcode is not in the list, then it is not supported in this field.
Supported formatting shortcodes
br
Text formatting shortcode. Indicates a line break.
p
Paragraph shortcode. Paired shortcode. If it opens, it must be closed.
b
Paired shortcode bold text. Text inside will be bold.
i
Paired shortcode italics. The text located inside will be italicized.
u
Paired shortcode underlined text. Text inside will be underlined.
strike
Paired shortcode strikethrough text. Text inside will be crossed out.
h2,h3,h4
Header shortcodes. Text placed inside will be displayed in a title of a certain size: h2, h3 or h4.
list
List shortcode consisting of: ul, ol, li.
table
Shortcode for creating tables. Consists of table, tr, th, td
a
Shortcode for creating a link with attributes.
The text inside the shortcode will be the link anchor (visible text).
The text in the href attribute, between the quotes, will be the url of the link.
The text in the title attribute, between the quotes, will be the link's titile attribute (the text that pops up when hovering over the link).