Fossil

Artifact [c0c2e98daa]
Login

Artifact [c0c2e98daa]

Artifact c0c2e98daa14f576d5e5d917f2fe7b5b95ccb5fe:


Markdown Overview

Paragraphs

Paragraphs are divided by blank lines.

Headings

# Top-level Heading                         Alternative Top Level Heading
                                            =============================

## Second-level Heading                     Alternative 2nd Level Heading
                                            -----------------------------

Links

  1. [display text](URL)
  2. [display text](URL "Title")
  3. <URL>
  4. [display text][label]

With link format 4 ("reference links") the label must be resolved by including a line of the form [label]: URL or [label]: URL "Title" somewhere else in the document.

Fonts

  • *italic*
  • _italic_
  • **bold**
  • __bold__
  • `code`

Note that the `...` construct disables HTML markup, so one can write, for example, `<html>` to yield <html>.

Lists

 *   bullet item
 +   bullet item
 -   bullet item
 1.  numbered item

Block Quotes

Begin each line of a paragraph with ">" to block quote that paragraph.

> This paragraph is indented

> > Double-indented paragraph

Miscellaneous

  • In-line images using ![alt-text](image-URL)
  • Use HTML for complex formatting issues.
  • Escape special characters (ex: "[", "(", "*") using backslash (ex: "\[", "\(", "\*").
  • See daringfireball.net for additional information.