Skip to content

Commit

Permalink
update readme cont. ii
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Jun 10, 2012
1 parent d6d373c commit cc6d85a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.markdown
Expand Up @@ -5,13 +5,13 @@
The Markdown Engine Wrapper (`markdown`) Ruby gem lets you use
your markdown library of choice. Preconfigured markdown libraries include

| `kramdown` | |
| `redcarpet` | |
| `bluecloth` | |
| `maruku` | |
| `rpeg-markdown` | |
| `rdiscount` | |
| `pandoc-ruby` | |
* `kramdown`
* `redcarpet`
* `bluecloth`
* `maruku`
* `rpeg-markdown`
* `rdiscount`
* `pandoc-ruby`

## Usage - Ruby Code

Expand Down Expand Up @@ -68,7 +68,7 @@ Example:


Markdown libraries in the list get loaded on a first-come first-serve principle,
that is, the first library `require`d successfully will get used.
that is, the first library `require`'d successfully will get used.



Expand Down

0 comments on commit cc6d85a

Please sign in to comment.