Skip to content

Commit

Permalink
update the examples, and render them.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffbuttars committed Jan 31, 2012
1 parent db0d572 commit c672b8e
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions README.mkd
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Vimdown


# Vimdown

Expand Down Expand Up @@ -115,38 +113,38 @@ position of the line.

The comment block:
<pre>
" comment
" comment
" # comment
" _comment_
" comment
</pre>
will render as:
comment
comment
# comment
_comment_
comment

Another comment block, the comment starts in an extra space:
<pre>
" [comment](http://google.com)
" comment
" comment
" comment
" __comment__
</pre>
renders as:
[comment](http://google.com)
comment
comment
comment
__comment__

This will be considered a code block:
<pre>
" comment
" comment
" [comment](http://google.com)
" # comment
" comment
</pre>
rendered as:


" comment
" comment
" comment
" [comment](http://google.com)
" # comment
" comment


The following examples are how it will render
Expand Down

0 comments on commit c672b8e

Please sign in to comment.