From 3b60ce318b259d07f012f4c6408383387f8c8a97 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 24 Jul 2007 00:16:53 +0000 Subject: README: Added missing ~ after '~a\ cat' in subscript example. git-svn-id: https://pandoc.googlecode.com/svn/trunk@794 788f1e2b-df1e-0410-8736-df70ead52e1b --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b8dc1aaf9..b36228d42 100644 --- a/README +++ b/README @@ -390,7 +390,7 @@ If the superscripted or subscripted text contains spaces, these spaces must be escaped with backslashes. (This is to prevent accidental superscripting and subscripting through the ordinary use of `~` and `^`.) Thus, if you want the letter P with 'a cat' in subscripts, use -`P~a\ cat`, not `P~a cat~`. +`P~a\ cat~`, not `P~a cat~`. Strikeout --------- -- cgit v1.2.3