Markdown Examples

Markup syntax is based on Markdown. I think, it is brilliant! See examples below.

Emphasis or Emphasis

_Emphasis_ or *Emphasis*

Strong or Strong

__Strong__ or **Strong**

Some of smaller or bigger font.

Some of <font size="1">smaller</font> or <font size="4">bigger</font> font.

Some red.

Some <font color="red">red</font>.

Big header (level 1)

Big header (level 1)  
====================

or

# Big header (level 1)

Smaller header (level 2)

Smaller header (level 2)  
------------------------

or

# Smaller header (level 2)

Links

Welcome to Technopark!

Welcome to [Technopark](http://technopark-sreda.ru)!

Full Markdown help is there.

Full [Markdown][] help is [there][1].

[Markdown]: http://daringfireball.net/projects/markdown/syntax  
[1]: http://daringfireball.net/projects/markdown/syntax

Quotes

If you want insert quotes, use 'email-style' quoting.

Isaac Newton wrote:

> The whole ocean of truth is still out there.

Isaac Newton wrote:

The whole ocean of truth is still out there.

Lists

Lists are easy and natural.

* bear  
* bee  
* bull
  • bear
  • bee
  • bull
1. eat  
2. sleep
  1. eat
  2. sleep