Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Fix indentation of code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
jystewart committed Aug 18, 2010
1 parent 7af928e commit 4c9d725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

A quick and simple way to convert HTML to Textile.

`parser = HTMLToTextileParser.new
parser.feed(your_html)
puts parser.to_textile`
parser = HTMLToTextileParser.new
parser.feed(your_html)
puts parser.to_textile

## Introduction From 2007 ##

Expand Down

0 comments on commit 4c9d725

Please sign in to comment.