diff options
Diffstat (limited to 'data/example.md')
-rw-r--r-- | data/example.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/data/example.md b/data/example.md new file mode 100644 index 0000000..45b29de --- /dev/null +++ b/data/example.md @@ -0,0 +1,39 @@ +Heading +======= + +Sub-heading +----------- + +# Alternative heading # + +Paragraphs are separated +by a blank line. + +Two spaces at the end of a line +produce a line break. + +Text attributes _italic_, **bold**, `monospace`. + +Horizontal rule: + +--- + +Bullet lists nested within numbered list: + +1. fruits + * apple + * banana +2. vegetables + - carrot + - broccoli + +A [link](http://example.com). + +![Image](Icon-pictures.png "icon") + +> Markdown uses email-style +characters for blockquoting. +> +> Multiple paragraphs need to be prepended individually. + +Most inline <abbr title="Hypertext Markup Language">HTML</abbr> tags are supported.
\ No newline at end of file |