TextMarkup

Home

Text markup

Use two asterisks to generate a title like **Text markup**

Use one asterisk to create bold text (*bold text*)

Use underscores to create italic text (_italic text_)

If you want to display an asterisk or underline, use the following codes: &asterisk; generates a '*', &underscore; generates a '_'

Three dashes at the start of a line create a line break, like this:


An empty line starts a new paragraph.

This is the next paragraph.

Entities can be used like € => €

Most HTML formatting is preserved, but some sites do not allow it.