Asia countries

Style demo 1

This article is a demo that displays some styles. You can use html code and/or Markdown syntax. To use Markdown:

  1. install the python markdown module
  2. put {% load markup %} in your template
  3. use markdown filter like this: {{ article.text|markdown }}

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

A link, acronym and deleted text.

This is a default blockquote with author information included. If you look at the source, you can see the author info gets its style from a combination of generic classes.snop on March 19th, 2006

This is a blockquote with the go class.

This is a blockquote with the exclamation class.

This is a blockquote with the stop class.

/ Code block /
System.out.println("someone set us up the bomb");

Definition List
Can be used for all your definition list needs.
Muffins
Tasty breakfast treat.

  • Unordered List
  • Uses a custom bullet to make items pop

  1. Ordered List
  2. Uses a <span> tag to style the numbers