Skip to content

Commit

Permalink
Reflow example text, ignore generated pdfs.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenb committed Mar 12, 2015
1 parent 649658e commit 7f6a4ca
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -6,3 +6,4 @@ dist/
build/
MANIFEST
odpdown.egg-info
demo/*.pdf
8 changes: 6 additions & 2 deletions demo/demo-advanced.md
Expand Up @@ -33,12 +33,16 @@
~~~
## Inline Code
You can do html-alike <code> markup like so: `$ tail -f /var/log/messages`.
You can do html-alike inline <code>
display with the following markup:
`$ tail -f /var/log/messages`
~~~

## Inline Code

You can achieve html-alike <code> markup like so: `$ tail -f /var/log/messages`.
You can do html-alike inline <code>
display with the following markup:
`$ tail -f /var/log/messages`

## Preformatted Content Markup

Expand Down
50 changes: 34 additions & 16 deletions demo/demo-basics.md
Expand Up @@ -7,11 +7,13 @@ First Level Header
Second Level Header
-------------------
This is a simple paragraph of text, written in a plain text file and
flown with fixed 69 characters per line, like a plaintext email.
This is a simple paragraph of text, written in a
plain text file and flown with fixed 50 characters
per line, like a plaintext email.
You can also write _emphasis_, or **strong** emphasis, or even
***double-emphasis*** in your text.
You can also write _emphasis_, or **strong**
emphasis, or even ***double-emphasis*** in your
text.
Here's how the slides look:
~~~
Expand All @@ -23,37 +25,52 @@ First Level Header
Second Level Header
-------------------

This is a simple paragraph of text, written in a plain text file and
flown with fixed 69 characters per line, like a plaintext email.
This is a simple paragraph of text, written in a
plain text file and flown with fixed 50 characters
per line, like a plaintext email.

You can also write _emphasis_, or **strong** emphasis, or even
***double-emphasis*** in your text.
You can also write _emphasis_, or **strong**
emphasis, or even ***double-emphasis*** in your
text.

## Blockquote Markup

~~~
## An alternative way to mark 2nd Level Headers
> This is a blockquote.
> This is a blockquote. You can write entire paragraphs
> like that. Again, this is very similar to how emails
> are formatted and written.
> Consider markdown inspired by plain-text email.
>
> And some more text in this blockquote.
> And some more text in this blockquote, of course you
> can again use _emphasis_, or **strong** emphasis, or
> even ***double-emphasis*** in your text. But wait,
> there's more!
>
~~~

## An alternative way to mark 2nd Level Headers

> This is a blockquote.
> This is a blockquote. You can write entire paragraphs
> like that. Again, this is very similar to how emails
> are formatted and written.
> Consider markdown inspired by plain-text email.
>
> And some more text in this blockquote.
> And some more text in this blockquote, of course you
> can again use _emphasis_, or **strong** emphasis, or
> even ***double-emphasis*** in your text. But wait,
> there's more!
>
## List Markup

~~~
## Lists
Unordered (bulleted) lists use either asterisks, pluses, or hyphens
(*, +, and -) interchangeably as list markers:
Unordered (bulleted) lists use either
asterisks, plusses, or hyphens (*, +,
and -) interchangeably as list markers:
* item one
* item two
Expand All @@ -63,8 +80,9 @@ Unordered (bulleted) lists use either asterisks, pluses, or hyphens

## Lists

Unordered (bulleted) lists use either asterisks, pluses, or hyphens
(*, +, and -) interchangeably as list markers:
Unordered (bulleted) lists use either
asterisks, plusses, or hyphens (*, +,
and -) interchangeably as list markers:

* item one
* item two
Expand Down

0 comments on commit 7f6a4ca

Please sign in to comment.