text:
text: tags
text:
text: in
text:
text: the
text:
text: HTML
text:
text: output
text: .
text:
text: For
text:
text: example,
text:
text: this
text:
text: input
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: * Bird
text:
text: * Magic
text:
end:verbatim
begin:paragraph
text: will
text:
text: turn
text:
text: into
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text:
text:
end:verbatim
begin:paragraph
text: It
text: '
text: s
text:
text: worth
text:
text: noting
text:
text: that
text:
text: it
text: '
text: s
text:
text: possible
text:
text: to
text:
text: trigger
text:
text: an
text:
text: ordered
text:
text: list
text:
text: by
text:
text: accident,
text:
text: by
text:
text: writing
text:
text: something
text:
text: like
text:
text: this
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: 1986. What a great season.
text:
end:verbatim
begin:paragraph
text: In
text:
text: other
text:
text: words,
text:
text: a
text:
begin:italic
text: number
text: -
text: period
text: -
text: space
end:italic
text:
text: sequence
text:
text: at
text:
text: the
text:
text: beginning
text:
text: of
text:
text: a
text:
text: line
text: .
text:
text: To
text:
text: avoid
text:
text: this,
text:
text: you
text:
text: can
text:
text: backslash
text: -
text: escape
text:
text: the
text:
text: period
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: 1986\. What a great season.
text:
end:verbatim
rawText: <
rawText: h3
rawText:
rawText: id
rawText: ="
rawText: precode
rawText: "
rawText: >
text: Code
text:
text: Blocks
rawText:
rawText: h3
rawText: >
begin:paragraph
text: Pre
text: -
text: formatted
text:
text: code
text:
text: blocks
text:
text: are
text:
text: used
text:
text: for
text:
text: writing
text:
text: about
text:
text: programming
text:
text: or
text:
text: markup
text:
text: source
text:
text: code
text: .
text:
text: Rather
text:
text: than
text:
text: forming
text:
text: normal
text:
text: paragraphs,
text:
text: the
text:
text: lines
text:
text: of
text:
text: a
text:
text: code
text:
text: block
text:
text: are
text:
text: interpreted
text:
text: literally
text: .
text:
text: Markdown
text:
text: wraps
text:
text: a
text:
text: code
text:
text: block
text:
text: in
text:
text: both
text:
text:
text:
text: and
text:
text:
text:
text: tags
text: .
text:
end:paragraph
begin:paragraph
text: To
text:
text: produce
text:
text: a
text:
text: code
text:
text: block
text:
text: in
text:
text: Markdown,
text:
text: simply
text:
text: indent
text:
text: every
text:
text: line
text:
text: of
text:
text: the
text:
text: block
text:
text: by
text:
text: at
text:
text: least
text:
text: 4
text:
text: spaces
text:
text: or
text:
text: 1
text:
text: tab
text: .
text:
text: For
text:
text: example,
text:
text: given
text:
text: this
text:
text: input
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: This is a normal paragraph:
text:
text:
text: This is a code block.
text:
end:verbatim
begin:paragraph
text: Markdown
text:
text: will
text:
text: generate
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: This is a normal paragraph:
text:
text:
text: This is a code block.
text:
text:
text:
end:verbatim
begin:paragraph
text: One
text:
text: level
text:
text: of
text:
text: indentation
text:
text: -
text: -
text:
text: 4
text:
text: spaces
text:
text: or
text:
text: 1
text:
text: tab
text:
text: -
text: -
text:
text: is
text:
text: removed
text:
text: from
text:
text: each
text:
text: line
text:
text: of
text:
text: the
text:
text: code
text:
text: block
text: .
text:
text: For
text:
text: example,
text:
text: this
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: Here is an example of AppleScript:
text:
text:
text: tell application "Foo"
text:
text: beep
text:
text: end tell
text:
end:verbatim
begin:paragraph
text: will
text:
text: turn
text:
text: into
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: Here is an example of AppleScript:
text:
text:
text: tell application "Foo"
text:
text: beep
text:
text: end tell
text:
text:
text:
end:verbatim
begin:paragraph
text: A
text:
text: code
text:
text: block
text:
text: continues
text:
text: until
text:
text: it
text:
text: reaches
text:
text: a
text:
text: line
text:
text: that
text:
text: is
text:
text: not
text:
text: indented
text:
text: (
text: or
text:
text: the
text:
text: end
text:
text: of
text:
text: the
text:
text: article
text: )
text: .
text:
end:paragraph
begin:paragraph
text: Within
text:
text: a
text:
text: code
text:
text: block,
text:
text: ampersands
text:
text: (
text: &
text: )
text:
text: and
text:
text: angle
text:
text: brackets
text:
text: (
text: <
text:
text: and
text:
text: >
text: )
text:
text: are
text:
text: automatically
text:
text: converted
text:
text: into
text:
text: HTML
text:
text: entities
text: .
text:
text: This
text:
text: makes
text:
text: it
text:
text: very
text:
text: easy
text:
text: to
text:
text: include
text:
text: example
text:
text: HTML
text:
text: source
text:
text: code
text:
text: using
text:
text: Markdown
text:
text: -
text: -
text:
text: just
text:
text: paste
text:
text: it
text:
text: and
text:
text: indent
text:
text: it,
text:
text: and
text:
text: Markdown
text:
text: will
text:
text: handle
text:
text: the
text:
text: hassle
text:
text: of
text:
text: encoding
text:
text: the
text:
text: ampersands
text:
text: and
text:
text: angle
text:
text: brackets
text: .
text:
text: For
text:
text: example,
text:
text: this
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text:
text:
end:verbatim
begin:paragraph
text: will
text:
text: turn
text:
text: into
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: <div class="footer">
text:
text: © 2004 Foo Corporation
text:
text: </div>
text:
text:
text:
end:verbatim
begin:paragraph
text: Regular
text:
text: Markdown
text:
text: syntax
text:
text: is
text:
text: not
text:
text: processed
text:
text: within
text:
text: code
text:
text: blocks
text: .
text:
text: E
text: .
text: g
text: .
text: ,
text:
text: asterisks
text:
text: are
text:
text: just
text:
text: literal
text:
text: asterisks
text:
text: within
text:
text: a
text:
text: code
text:
text: block
text: .
text:
text: This
text:
text: means
text:
text: it
text: '
text: s
text:
text: also
text:
text: easy
text:
text: to
text:
text: use
text:
text: Markdown
text:
text: to
text:
text: write
text:
text: about
text:
text: Markdown
text: '
text: s
text:
text: own
text:
text: syntax
text: .
text:
end:paragraph
rawText: <
rawText: h3
rawText:
rawText: id
rawText: ="
rawText: hr
rawText: "
rawText: >
text: Horizontal
text:
text: Rules
rawText:
rawText: h3
rawText: >
begin:paragraph
text: You
text:
text: can
text:
text: produce
text:
text: a
text:
text: horizontal
text:
text: rule
text:
text: tag
text:
text: (
text:
text: )
text:
text: by
text:
text: placing
text:
text: three
text:
text: or
text:
text: more
text:
text: hyphens,
text:
text: asterisks,
text:
text: or
text:
text: underscores
text:
text: on
text:
text: a
text:
text: line
text:
text: by
text:
text: themselves
text: .
text:
text: If
text:
text: you
text:
text: wish,
text:
text: you
text:
text: may
text:
text: use
text:
text: spaces
text:
text: between
text:
text: the
text:
text: hyphens
text:
text: or
text:
text: asterisks
text: .
text:
text: Each
text:
text: of
text:
text: the
text:
text: following
text:
text: lines
text:
text: will
text:
text: produce
text:
text: a
text:
text: horizontal
text:
text: rule
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: * * *
text:
text:
text: ***
text:
text:
text: *****
text:
text:
text: - - -
text:
text:
text: ---------------------------------------
text:
text:
text: _ _ _
text:
end:verbatim
horizontalRule
rawText: <
rawText: h2
rawText:
rawText: id
rawText: ="
rawText: span
rawText: "
rawText: >
text: Span
text:
text: Elements
rawText:
rawText: h2
rawText: >
rawText: <
rawText: h3
rawText:
rawText: id
rawText: ="
rawText: link
rawText: "
rawText: >
text: Links
rawText:
rawText: h3
rawText: >
begin:paragraph
text: Markdown
text:
text: supports
text:
text: two
text:
text: style
text:
text: of
text:
text: links
text: :
text:
begin:italic
text: inline
end:italic
text:
text: and
text:
begin:italic
text: reference
end:italic
text: .
text:
end:paragraph
begin:paragraph
text: In
text:
text: both
text:
text: styles,
text:
text: the
text:
text: link
text:
text: text
text:
text: is
text:
text: delimited
text:
text: by
text:
text: [
text: square
text:
text: brackets
text: ]
text: .
text:
end:paragraph
begin:paragraph
text: To
text:
text: create
text:
text: an
text:
text: inline
text:
text: link,
text:
text: use
text:
text: a
text:
text: set
text:
text: of
text:
text: regular
text:
text: parentheses
text:
text: immediately
text:
text: after
text:
text: the
text:
text: link
text:
text: text
text: '
text: s
text:
text: closing
text:
text: square
text:
text: bracket
text: .
text:
text: Inside
text:
text: the
text:
text: parentheses,
text:
text: put
text:
text: the
text:
text: URL
text:
text: where
text:
text: you
text:
text: want
text:
text: the
text:
text: link
text:
text: to
text:
text: point,
text:
text: along
text:
text: with
text:
text: an
text:
begin:italic
text: optional
end:italic
text:
text: title
text:
text: for
text:
text: the
text:
text: link,
text:
text: surrounded
text:
text: in
text:
text: quotes
text: .
text:
text: For
text:
text: example
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: This is [an example](http://example.com/ "Title") inline link.
text:
text:
text: [This link](http://example.net/) has no title attribute.
text:
end:verbatim
begin:paragraph
text: Will
text:
text: produce
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: This is
text:
text: an example inline link.
text:
text:
text: This link has no
text:
text: title attribute.
text:
end:verbatim
begin:paragraph
text: If
text:
text: you
text: '
text: re
text:
text: referring
text:
text: to
text:
text: a
text:
text: local
text:
text: resource
text:
text: on
text:
text: the
text:
text: same
text:
text: server,
text:
text: you
text:
text: can
text:
text: use
text:
text: relative
text:
text: paths
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: See my [About](/about/) page for details.
text:
end:verbatim
begin:paragraph
text: Reference
text: -
text: style
text:
text: links
text:
text: use
text:
text: a
text:
text: second
text:
text: set
text:
text: of
text:
text: square
text:
text: brackets,
text:
text: inside
text:
text: which
text:
text: you
text:
text: place
text:
text: a
text:
text: label
text:
text: of
text:
text: your
text:
text: choosing
text:
text: to
text:
text: identify
text:
text: the
text:
text: link
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: This is [an example][id] reference-style link.
text:
end:verbatim
begin:paragraph
text: You
text:
text: can
text:
text: optionally
text:
text: use
text:
text: a
text:
text: space
text:
text: to
text:
text: separate
text:
text: the
text:
text: sets
text:
text: of
text:
text: brackets
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: This is [an example] [id] reference-style link.
text:
end:verbatim
begin:paragraph
text: Then,
text:
text: anywhere
text:
text: in
text:
text: the
text:
text: document,
text:
text: you
text:
text: define
text:
text: your
text:
text: link
text:
text: label
text:
text: like
text:
text: this,
text:
text: on
text:
text: a
text:
text: line
text:
text: by
text:
text: itself
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: [id]: http://example.com/ "Optional Title Here"
text:
end:verbatim
begin:paragraph
text: That
text:
text: is
text: :
text:
end:paragraph
begin:list
begin:listItem
text:
text:
text: Square
text:
text: brackets
text:
text: containing
text:
text: the
text:
text: link
text:
text: identifier
text:
text: (
text: optionally
text:
text: indented
text:
text: from
text:
text: the
text:
text: left
text:
text: margin
text:
text: using
text:
text: up
text:
text: to
text:
text: three
text:
text: spaces
text: )
text: ;
text:
end:listItem
begin:listItem
text:
text:
text: followed
text:
text: by
text:
text: a
text:
text: colon;
text:
end:listItem
begin:listItem
text:
text:
text: followed
text:
text: by
text:
text: one
text:
text: or
text:
text: more
text:
text: spaces
text:
text: (
text: or
text:
text: tabs
text: )
text: ;
text:
end:listItem
begin:listItem
text:
text:
text: followed
text:
text: by
text:
text: the
text:
text: URL
text:
text: for
text:
text: the
text:
text: link;
text:
end:listItem
begin:listItem
text:
text:
text: optionally
text:
text: followed
text:
text: by
text:
text: a
text:
text: title
text:
text: attribute
text:
text: for
text:
text: the
text:
text: link,
text:
text: enclosed
text:
text: in
text:
text: double
text:
text: or
text:
text: single
text:
text: quotes
text: .
text:
end:listItem
end:list
begin:paragraph
text: The
text:
text: link
text:
text: URL
text:
text: may,
text:
text: optionally,
text:
text: be
text:
text: surrounded
text:
text: by
text:
text: angle
text:
text: brackets
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: [id]: "Optional Title Here"
text:
end:verbatim
begin:paragraph
text: You
text:
text: can
text:
text: put
text:
text: the
text:
text: title
text:
text: attribute
text:
text: on
text:
text: the
text:
text: next
text:
text: line
text:
text: and
text:
text: use
text:
text: extra
text:
text: spaces
text:
text: or
text:
text: tabs
text:
text: for
text:
text: padding,
text:
text: which
text:
text: tends
text:
text: to
text:
text: look
text:
text: better
text:
text: with
text:
text: longer
text:
text: URLs
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: [id]: http://example.com/longish/path/to/resource/here
text:
text: "Optional Title Here"
text:
end:verbatim
begin:paragraph
text: Link
text:
text: definitions
text:
text: are
text:
text: only
text:
text: used
text:
text: for
text:
text: creating
text:
text: links
text:
text: during
text:
text: Markdown
text:
text: processing,
text:
text: and
text:
text: are
text:
text: stripped
text:
text: from
text:
text: your
text:
text: document
text:
text: in
text:
text: the
text:
text: HTML
text:
text: output
text: .
text:
end:paragraph
begin:paragraph
text: Link
text:
text: definition
text:
text: names
text:
text: may
text:
text: constist
text:
text: of
text:
text: letters,
text:
text: numbers,
text:
text: spaces,
text:
text: and
text:
text: punctuation
text:
text: -
text: -
text:
text: but
text:
text: they
text:
text: are
text:
begin:italic
text: not
end:italic
text:
text: case
text:
text: sensitive
text: .
text:
text: E
text: .
text: g
text: .
text:
text: these
text:
text: two
text:
text: links
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: [link text][a]
text:
text: [link text][A]
text:
end:verbatim
begin:paragraph
text: are
text:
text: equivalent
text: .
text:
end:paragraph
begin:paragraph
text: The
text:
begin:italic
text: implicit
text:
text: link
text:
text: name
end:italic
text:
text: shortcut
text:
text: allows
text:
text: you
text:
text: to
text:
text: omit
text:
text: the
text:
text: name
text:
text: of
text:
text: the
text:
text: link,
text:
text: in
text:
text: which
text:
text: case
text:
text: the
text:
text: link
text:
text: text
text:
text: itself
text:
text: is
text:
text: used
text:
text: as
text:
text: the
text:
text: name
text: .
text:
text: Just
text:
text: use
text:
text: an
text:
text: empty
text:
text: set
text:
text: of
text:
text: square
text:
text: brackets
text:
text: -
text: -
text:
text: e
text: .
text: g
text: .
text: ,
text:
text: to
text:
text: link
text:
text: the
text:
text: word
text:
text: "
text: Google
text: "
text:
text: to
text:
text: the
text:
text: google
text: .
text: com
text:
text: web
text:
text: site,
text:
text: you
text:
text: could
text:
text: simply
text:
text: write
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: [Google][]
text:
end:verbatim
begin:paragraph
text: And
text:
text: then
text:
text: define
text:
text: the
text:
text: link
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: [Google]: http://google.com/
text:
end:verbatim
begin:paragraph
text: Because
text:
text: link
text:
text: names
text:
text: may
text:
text: contain
text:
text: spaces,
text:
text: this
text:
text: shortcut
text:
text: even
text:
text: works
text:
text: for
text:
text: multiple
text:
text: words
text:
text: in
text:
text: the
text:
text: link
text:
text: text
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: Visit [Daring Fireball][] for more information.
text:
end:verbatim
begin:paragraph
text: And
text:
text: then
text:
text: define
text:
text: the
text:
text: link
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: [Daring Fireball]: http://daringfireball.net/
text:
end:verbatim
begin:paragraph
text: Link
text:
text: definitions
text:
text: can
text:
text: be
text:
text: placed
text:
text: anywhere
text:
text: in
text:
text: your
text:
text: Markdown
text:
text: document
text: .
text:
text: I
text:
text: tend
text:
text: to
text:
text: put
text:
text: them
text:
text: immediately
text:
text: after
text:
text: each
text:
text: paragraph
text:
text: in
text:
text: which
text:
text: they
text: '
text: re
text:
text: used,
text:
text: but
text:
text: if
text:
text: you
text:
text: want,
text:
text: you
text:
text: can
text:
text: put
text:
text: them
text:
text: all
text:
text: at
text:
text: the
text:
text: end
text:
text: of
text:
text: your
text:
text: document,
text:
text: sort
text:
text: of
text:
text: like
text:
text: footnotes
text: .
text:
end:paragraph
begin:paragraph
text: Here
text: '
text: s
text:
text: an
text:
text: example
text:
text: of
text:
text: reference
text:
text: links
text:
text: in
text:
text: action
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: I get 10 times more traffic from [Google] [1] than from
text:
text: [Yahoo] [2] or [MSN] [3].
text:
text:
text: [1]: http://google.com/ "Google"
text:
text: [2]: http://search.yahoo.com/ "Yahoo Search"
text:
text: [3]: http://search.msn.com/ "MSN Search"
text:
end:verbatim
begin:paragraph
text: Using
text:
text: the
text:
text: implicit
text:
text: link
text:
text: name
text:
text: shortcut,
text:
text: you
text:
text: could
text:
text: instead
text:
text: write
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: I get 10 times more traffic from [Google][] than from
text:
text: [Yahoo][] or [MSN][].
text:
text:
text: [google]: http://google.com/ "Google"
text:
text: [yahoo]: http://search.yahoo.com/ "Yahoo Search"
text:
text: [msn]: http://search.msn.com/ "MSN Search"
text:
end:verbatim
begin:paragraph
text: Both
text:
text: of
text:
text: the
text:
text: above
text:
text: examples
text:
text: will
text:
text: produce
text:
text: the
text:
text: following
text:
text: HTML
text:
text: output
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: I get 10 times more traffic from Google than from
text:
text: Yahoo
text:
text: or MSN.
text:
end:verbatim
begin:paragraph
text: For
text:
text: comparison,
text:
text: here
text:
text: is
text:
text: the
text:
text: same
text:
text: paragraph
text:
text: written
text:
text: using
text:
text: Markdown
text: '
text: s
text:
text: inline
text:
text: link
text:
text: style
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: I get 10 times more traffic from [Google](http://google.com/ "Google")
text:
text: than from [Yahoo](http://search.yahoo.com/ "Yahoo Search") or
text:
text: [MSN](http://search.msn.com/ "MSN Search").
text:
end:verbatim
begin:paragraph
text: The
text:
text: point
text:
text: of
text:
text: reference
text: -
text: style
text:
text: links
text:
text: is
text:
text: not
text:
text: that
text:
text: they
text: '
text: re
text:
text: easier
text:
text: to
text:
text: write
text: .
text:
text: The
text:
text: point
text:
text: is
text:
text: that
text:
text: with
text:
text: reference
text: -
text: style
text:
text: links,
text:
text: your
text:
text: document
text:
text: source
text:
text: is
text:
text: vastly
text:
text: more
text:
text: readable
text: .
text:
text: Compare
text:
text: the
text:
text: above
text:
text: examples
text: :
text:
text: using
text:
text: reference
text: -
text: style
text:
text: links,
text:
text: the
text:
text: paragraph
text:
text: itself
text:
text: is
text:
text: only
text:
text: 81
text:
text: characters
text:
text: long;
text:
text: with
text:
text: inline
text: -
text: style
text:
text: links,
text:
text: it
text: '
text: s
text:
text: 176
text:
text: characters;
text:
text: and
text:
text: as
text:
text: raw
text:
text: HTML,
text:
text: it
text: '
text: s
text:
text: 234
text:
text: characters
text: .
text:
text: In
text:
text: the
text:
text: raw
text:
text: HTML,
text:
text: there
text: '
text: s
text:
text: more
text:
text: markup
text:
text: than
text:
text: there
text:
text: is
text:
text: text
text: .
text:
end:paragraph
begin:paragraph
text: With
text:
text: Markdown
text: '
text: s
text:
text: reference
text: -
text: style
text:
text: links,
text:
text: a
text:
text: source
text:
text: document
text:
text: much
text:
text: more
text:
text: closely
text:
text: resembles
text:
text: the
text:
text: final
text:
text: output,
text:
text: as
text:
text: rendered
text:
text: in
text:
text: a
text:
text: browser
text: .
text:
text: By
text:
text: allowing
text:
text: you
text:
text: to
text:
text: move
text:
text: the
text:
text: markup
text: -
text: related
text:
text: metadata
text:
text: out
text:
text: of
text:
text: the
text:
text: paragraph,
text:
text: you
text:
text: can
text:
text: add
text:
text: links
text:
text: without
text:
text: interrupting
text:
text: the
text:
text: narrative
text:
text: flow
text:
text: of
text:
text: your
text:
text: prose
text: .
text:
end:paragraph
rawText: <
rawText: h3
rawText:
rawText: id
rawText: ="
rawText: em
rawText: "
rawText: >
text: Emphasis
rawText:
rawText: h3
rawText: >
begin:paragraph
text: Markdown
text:
text: treats
text:
text: asterisks
text:
text: (
text: *
text: )
text:
text: and
text:
text: underscores
text:
text: (
text: _
text: )
text:
text: as
text:
text: indicators
text:
text: of
text:
text: emphasis
text: .
text:
text: Text
text:
text: wrapped
text:
text: with
text:
text: one
text:
text: *
text:
text: or
text:
text: _
text:
text: will
text:
text: be
text:
text: wrapped
text:
text: with
text:
text: an
text:
text: HTML
text:
text:
text:
text: tag;
text:
text: double
text:
text: *
text: '
text: s
text:
text: or
text:
text: _
text: '
text: s
text:
text: will
text:
text: be
text:
text: wrapped
text:
text: with
text:
text: an
text:
text: HTML
text:
text:
text:
text: tag
text: .
text:
text: E
text: .
text: g
text: .
text: ,
text:
text: this
text:
text: input
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: *single asterisks*
text:
text:
text: _single underscores_
text:
text:
text: **double asterisks**
text:
text:
text: __double underscores__
text:
end:verbatim
begin:paragraph
text: will
text:
text: produce
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: single asterisks
text:
text:
text: single underscores
text:
text:
text: double asterisks
text:
text:
text: double underscores
text:
end:verbatim
begin:paragraph
text: You
text:
text: can
text:
text: use
text:
text: whichever
text:
text: style
text:
text: you
text:
text: prefer;
text:
text: the
text:
text: lone
text:
text: restriction
text:
text: is
text:
text: that
text:
text: the
text:
text: same
text:
text: character
text:
text: must
text:
text: be
text:
text: used
text:
text: to
text:
text: open
text:
text: and
text:
text: close
text:
text: an
text:
text: emphasis
text:
text: span
text: .
text:
end:paragraph
begin:paragraph
text: Emphasis
text:
text: can
text:
text: be
text:
text: used
text:
text: in
text:
text: the
text:
text: middle
text:
text: of
text:
text: a
text:
text: word
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: un*fucking*believable
text:
end:verbatim
begin:paragraph
text: But
text:
text: if
text:
text: you
text:
text: surround
text:
text: an
text:
text: *
text:
text: or
text:
text: _
text:
text: with
text:
text: spaces,
text:
text: it
text: '
text: ll
text:
text: be
text:
text: treated
text:
text: as
text:
text: a
text:
text: literal
text:
text: asterisk
text:
text: or
text:
text: underscore
text: .
text:
end:paragraph
begin:paragraph
text: To
text:
text: produce
text:
text: a
text:
text: literal
text:
text: asterisk
text:
text: or
text:
text: underscore
text:
text: at
text:
text: a
text:
text: position
text:
text: where
text:
text: it
text:
text: would
text:
text: otherwise
text:
text: be
text:
text: used
text:
text: as
text:
text: an
text:
text: emphasis
text:
text: delimiter,
text:
text: you
text:
text: can
text:
text: backslash
text:
text: escape
text:
text: it
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: \*this text is surrounded by literal asterisks\*
text:
end:verbatim
rawText: <
rawText: h3
rawText:
rawText: id
rawText: ="
rawText: code
rawText: "
rawText: >
text: Code
rawText:
rawText: h3
rawText: >
begin:paragraph
text: To
text:
text: indicate
text:
text: a
text:
text: span
text:
text: of
text:
text: code,
text:
text: wrap
text:
text: it
text:
text: with
text:
text: backtick
text:
text: quotes
text:
text: (
text: `
text: )
text: .
text:
text: Unlike
text:
text: a
text:
text: pre
text: -
text: formatted
text:
text: code
text:
text: block,
text:
text: a
text:
text: code
text:
text: span
text:
text: indicates
text:
text: code
text:
text: within
text:
text: a
text:
text: normal
text:
text: paragraph
text: .
text:
text: For
text:
text: example
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: Use the `printf()` function.
text:
end:verbatim
begin:paragraph
text: will
text:
text: produce
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: Use the printf()
function.
text:
end:verbatim
begin:paragraph
text: To
text:
text: include
text:
text: a
text:
text: literal
text:
text: backtick
text:
text: character
text:
text: within
text:
text: a
text:
text: code
text:
text: span,
text:
text: you
text:
text: can
text:
text: use
text:
text: multiple
text:
text: backticks
text:
text: as
text:
text: the
text:
text: opening
text:
text: and
text:
text: closing
text:
text: delimiters
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: ``There is a literal backtick (`) here.``
text:
end:verbatim
begin:paragraph
text: which
text:
text: will
text:
text: produce
text:
text: this
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: There is a literal backtick (`) here.
text:
end:verbatim
begin:paragraph
text: The
text:
text: backtick
text:
text: delimiters
text:
text: surrounding
text:
text: a
text:
text: code
text:
text: span
text:
text: may
text:
text: include
text:
text: spaces
text:
text: -
text: -
text:
text: one
text:
text: after
text:
text: the
text:
text: opening,
text:
text: one
text:
text: before
text:
text: the
text:
text: closing
text: .
text:
text: This
text:
text: allows
text:
text: you
text:
text: to
text:
text: place
text:
text: literal
text:
text: backtick
text:
text: characters
text:
text: at
text:
text: the
text:
text: beginning
text:
text: or
text:
text: end
text:
text: of
text:
text: a
text:
text: code
text:
text: span
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: A single backtick in a code span: `` ` ``
text:
text:
text: A backtick-delimited string in a code span: `` `foo` ``
text:
end:verbatim
begin:paragraph
text: will
text:
text: produce
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: A single backtick in a code span: `
text:
text:
text: A backtick-delimited string in a code span: `foo`
text:
end:verbatim
begin:paragraph
text: With
text:
text: a
text:
text: code
text:
text: span,
text:
text: ampersands
text:
text: and
text:
text: angle
text:
text: brackets
text:
text: are
text:
text: encoded
text:
text: as
text:
text: HTML
text:
text: entities
text:
text: automatically,
text:
text: which
text:
text: makes
text:
text: it
text:
text: easy
text:
text: to
text:
text: include
text:
text: example
text:
text: HTML
text:
text: tags
text: .
text:
text: Markdown
text:
text: will
text:
text: turn
text:
text: this
text: :
text:
end:paragraph
begin:verbatim, boxed: true
text: Please don't use any `