emacs-ipython-notebook/tests/Markdown.md
John Miller b431f57ce1 Squashed 'lib/markdown-mode/' content from commit 3f11a4a
git-subtree-dir: lib/markdown-mode
git-subtree-split: 3f11a4a7609ba2a507ee10f491bdadab28e9b985
2016-09-09 09:47:48 -05:00

1.4 KiB

Source: https://github.com/textmate/markdown.tmbundle/blob/master/Tests/test-minimal.markdown

Inline styles

italic

italic one not italic italic two

italic_

italic _

stuff * not italic*

italic__

all _ italic

italic end italic

\\italic\

\\italic\_\\

\\italic\

_ not italic _

_not italic _

\\_not italic_

_not italic _

\_not italic\_

_not italic

not end italic_

bold

bold*

bold_and_italic

bold_and_italic

raw more

dobule ` raw

raw \ more`

Headings

heading 2

heading 2

heading 3

heading 6

Horizontal lines







Block formatting

Lists

  • This is a list!

  • This is another list item. But this one spans two lines.

  • Another list item with inline formatting

  • This one is tricky

  • This is a list

    Because this should still be a list item.

  1. This is a list item too
  2. This list is numbered

1986. This shouldn't be a list.

Code block

asdfsdafasdf
This is code.
Isn't it pretty!

Quotes

Here is a quote block This quote continues on. Line breaking is OK in markdown Here it is again Lah-di-dah I should really match headings in here too:

This is a heading in a block quote