/**
@description Html formatting. This text is formatted with the option "preserve linebreaks".
You can use the following HTML tags:
- a
- abbr
- address
- acronym
- b
- big
- blockquote
- br
- center
- cite
- code
- del
- dfn
- div
- em
- font
- h
- hr
- i
- img
- ins
- kbd
- li
- ol
- p
- pre
- s
- samp
- small
- span
- strike
- strong
- sub
- sup
- table
- td
- th
- tr
- tt
- u
- ul
- var
@version 17 Mar 2005
@example
HTML formatting test
This text is formatted with the option "preserve linebreaks" off
This text is formatted with the option "preserve linebreaks"
This is a line of text with CSS tags:
highlight marker and
extra attention
New paragraph text. Link to Google.
Inside a blockquote
italic underline
Code formatting for ActionScript examples
address
center this text
a table:
green font
@use XML formatting is preserved as long as it doesn't use HTML tags:
8-8-2004
If you use HTML tags inside XML, its safer to use the @code tag:
{@code
8-8-2004
}
*/
class HtmlFormatting {
}