From 61f978e1ffc93bd212fcd7f1ea9323dabb15a247 Mon Sep 17 00:00:00 2001 From: ChiperSoft Date: Thu, 17 Mar 2011 20:29:05 -0700 Subject: [PATCH] wtf github, you can't escape special characters in markdown readmes? --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 9edd09b..79fe026 100644 --- a/Readme.md +++ b/Readme.md @@ -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