Skip to content

Commit

Permalink
update readme cont. iii
Browse files Browse the repository at this point in the history
  • Loading branch information
geraldb committed Jun 10, 2012
1 parent cc6d85a commit ce98459
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ your markdown library of choice. Preconfigured markdown libraries include
require 'markdown'

Markdown.new( 'Hello World' ).to_html

# => "<p>Hello World</p>\n"


## Usage - Command Line
Expand Down Expand Up @@ -88,7 +90,7 @@ You can also pass along options to your Markdown library. Example:
- strikethrough


## Filters (Command Line Only)
## Configuration -Filters (Command Line Only)

For the command line tool only you can configure preprocessing filters to
allow comments, Ruby helpers, and much more. Example:
Expand Down Expand Up @@ -132,7 +134,7 @@ will skip everything until the end of the document.
For more about filters see the [`textutils`](http://geraldb.github.com/textutils) gem.


## Converters
## Configuration - Converters

The Markdown wrapper lets you configure different converter methods
for each markdown engine. By default
Expand Down Expand Up @@ -161,8 +163,8 @@ and author slides in plain text using a wiki-style markup language that's easy-t

## Alternatives

[`multi_markdown`](https://github.com/postmodern/multi_markdown) gem by Hal Brodigan

* [`multi_markdown`](https://github.com/postmodern/multi_markdown) gem by Hal Brodigan (aka postmodern)
* [`markdown_meta`](https://github.com/headius/markdown_meta) gem by Charles Oliver Nutter (aka headius)

## Questions? Comments?

Expand Down

0 comments on commit ce98459

Please sign in to comment.