This project has retired. For details please refer to its Attic page.

Alerts

Info

Markdown: INFO: This is a info message! will display this:

This is a info message!

Success

Markdown: SUCCESS: This is a success message! will display this:

This is a success message!

Warning

Markdown: WARNING: This is a warning message! will display this:

This is a warning message!

Danger

Markdown: DANGER: This is a danger message! will display this:

This is a danger message!

Note

Markdown: NOTE: This is a note message! will display this:

This is a note message!

TODO

Markdown: TODO: This is a TODO message! will display this:

This is a TODO message! This message is longer to demonstrate what a multi line message would look like. This message is longer to demonstrate what a multi line message would look like. This message is longer to demonstrate what a multi line message would look like. Yes bold and other styling still work inside alerts!

Text

This is the normal paragraph font. This is a internal link. This is an external link This is a secure external link This is bold. This is italic. This is underlined. This is highlighted. This is strikethough. This is superscript.

This is another paragraph.

View additional sizing samples.

Lists

  • Bullet 1
  • Bullet 2
    • Bullet 2.1
    • Bullet 2.2
  • Bullet 3
  1. First item
  2. Second item
  3. Third item

Code

Block

This is a Scala code block:

1
2
3
4
5
case class Query(
  user: Int,
  num: Int
) extends Serializable

See a full list of supported languages.

Inline

This code is inline.

Image

Sample Image

Quotes

This is a blockquote. Don't use these for anything other actual quotes! Use alerts instead.

Tables

First Header Second Header
Content Cell Content Cell
Content Cell Content Cell

Other

This is a horizontal rule:


This is a en dash – and an em dash — using HTML entities.

This is inside a div tag.

Heading 1

This is the normal paragraph font.

Heading 2

This is the normal paragraph font.

Heading 3

This is the normal paragraph font.

Heading 4

This is the normal paragraph font.

Heading 5

This is the normal paragraph font.

Heading 6

This is the normal paragraph font.