CSS

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla ut lectus id velit aliquet semper. Proin vitae erat. Duis metus. Nam vel nisl. Duis lobortis mi at lorem. Etiam ornare nibh quis eros. Nam magna sem, adipiscing at, porttitor vitae, interdum vitae, elit. Sed turpis mi, tincidunt eget , euismod ac, molestie quis, wisi.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla ut lectus id velit aliquet semper. Proin vitae erat. Duis metus. Nam vel nisl. Duis lobortis mi at lorem. Etiam ornare nibh quis eros. Nam magna sem, adipiscing at, porttitor vitae, interdum vitae, elit. Sed turpis mi, tincidunt eget, euismod ac, molestie quis, wisi.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla ut lectus id velit aliquet semper. Proin vitae erat. Duis metus. Nam vel nisl. Duis lobortis mi at lorem. Etiam ornare nibh quis eros. Nam magna sem, adipiscing at, porttitor vitae, interdum vitae, elit. Sed turpis mi, tincidunt eget, euismod ac, molestie quis, wisi. Praesent nisl pede, hendrerit semper, accumsan ac, consequat id, nibh.

Lorem ipsum dolor sit amet, consectetuer adipiscing. Nulla ut lectus id velit aliquet semper. Proin vitae erat. Duis vel nisl. Duis lobortis mi at lorem. Etiam ornare nibh quis eros. sem, adipiscing at, porttitor vitae, interdum vitae, elit.

Should be yellow.
Should be orange.
Should be orange on the right

Special symbols

Greek symbols

Alpha: Α
Γ Θ Ξ Π ς ϑ ϖ

Other symbols

… ′ ⁄ ℘ ℑ ℜ ℵ • ™

Arrows

→ ⇐

Numerically

Both decimal and hexadecimal notations are supported.

#163: £, #xA3: £,
#169: ©,
xA9: ©

LaTeX chars

{ } _ ^ @ $ \ % ~ #

LaTeX commands in HTML

It's easy to include LaTeX commands in HTML comments.

Different font styles and sizes.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla ut lectus id velit aliquet semper. Proin vitae erat. Duis metus. Nam vel nisl. Duis lobortis mi at lorem.

Images

supports only JPG and PNG images.

Tables

1 11 hgf2hgfhf1 3
2 12 22 3
3 13 23 3

Sparta Praha28
Slovan Liberec25
Dukla Praha24
Slavia Praha20

Subscript, superscript

H2O, E = mc2

Hyperlinks

I study at UK MFF. And what about images?

Some texts

They went in single file, running like hounds on a strong scent, and an eager light was in their eyes. Nearly due west the broad swath of the marching Orcs tramped its ugly slot; the sweet grass of Rohan had been bruised and blackened as they passed.

John said, I saw Lucy at lunch, she told

Lists and definitions

Dweeb
young excitable person who may mature into a Nerd or Geek
Hacker
a clever programmer
Nerd
technically bright but socially inept person

In this section, we discuss the lesser known forest elephants. ...this section continues...

Habitat

Forest elephants do not live in trees but among them. ...this subsection continues...

Habitat

Forest elephants do not live in trees but among them. ...this subsection continues... AND A LINE FOLLOWS


List

Preformated text

public void commonElementEnd(ElementEnd element)
   throws IOException, NoItemException {
        
   String str = _config.getItem(element.getElementName()).getEnd();
   if (str.equals(""))
      return;
        
   if (element.getElementName().equals("pre"))
      isInPRE = false;
       
   _writer.write(str);
}