Skip to content

Commit

Permalink
wtf github, you can't escape special characters in markdown readmes?
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed Mar 18, 2011
1 parent 6e89a80 commit 61f978e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Major Changes from Open Library Revision

* Extended showdown to support a series of Markdown extensions:
- Link urls that start with ! are opened in a new window
- Text wrapped with double carets is made superscript (ex: \^\^this text is superscripted\^\^)
- Text wrapped with double commas is made subscript (ex: ,,this text is subscripted,,)
- Text wrapped with double tildes is made strikethrough (ex: ~~this text is struck~~)
- Text wrapped with double carets is made superscript (ex: `^^this text is superscripted^^`)
- Text wrapped with double commas is made subscript (ex: `,,this text is subscripted,,`)
- Text wrapped with double tildes is made strikethrough (ex: `~~this text is struck~~`)
- (c), (r), (tm), -- and ... are converted into their respective html entities.
- Lines prefixed with "->" are right aligned. Lines also postfixed with "<-" are center aligned.
* Several ascii characters that may produce encoding issues (such as curled quotes) are converted into entities
Expand Down

0 comments on commit 61f978e

Please sign in to comment.