Some links on this website are affiliate links. Find out more.

Documentation:
Typewriter

Reserved Characters

Typewriter content can included HTML markup. Therefore, certain characters are reserved for the HTML language and should not be used in your typewriter content. These include:

Less-than: <
Greater-than: >
Ampersand: &
Quote: "
Apostrophe: '

Instead, in order to display these reserved characters, you can use the custom ‘escape’ characters shown below:

Less-than: {{lt}}
Greater-than: {{gt}}
Ampersand: {{amp}}
Quote: {{quot}}
Apostrophe: {{apos}}

For example:

10 {{lt}} 50 10 < 50
50 {{gt}} 10 50 > 10
Salt {{amp}} Pepper Salt & Pepper
{{quot}}This is a quote{{quot}} “This is a quote”
{{apos}}This is a another quote{{apos}} ‘This is a another quote’

Still need help?

If you didn’t find what you were looking for, please contact us.