diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-18 11:37:23 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-01-18 11:37:23 -0500 |
commit | a922418443f7aa754f7eee105fd10238c2ba5e6c (patch) | |
tree | 33e349d71e3a654f69fda1ee7b6875bf70d861cb /README.asciidoc | |
parent | 88a4e6c740ebf0440f4bfe232a6088b4419b9f6c (diff) | |
download | Nim-a922418443f7aa754f7eee105fd10238c2ba5e6c.tar.gz |
Fix readme formatting
Diffstat (limited to 'README.asciidoc')
-rw-r--r-- | README.asciidoc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/README.asciidoc b/README.asciidoc index 94cf2dc6f..519df2238 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -51,13 +51,13 @@ passed in order to encourage readable expressions, so `[0-9]+` is equivalent to - `<lf>` - newlines are separated by `\n` (UNIX default) - `<anycrlf>` - newlines are separated by any of the above - `<any>` - newlines are separated by any of the above and Unicode newlines: - [quote, , man pcre] - ____ - single characters VT (vertical tab, U+000B), FF (form feed, U+000C), NEL - (next line, U+0085), LS (line separator, U+2028), and PS (paragraph - separator, U+2029). For the 8-bit library, the last two are recognized - only in UTF-8 mode. - ____ +[quote, , man pcre] +____ +single characters VT (vertical tab, U+000B), FF (form feed, U+000C), NEL +(next line, U+0085), LS (line separator, U+2028), and PS (paragraph +separator, U+2029). For the 8-bit library, the last two are recognized +only in UTF-8 mode. +____ - `<bsr_anycrlf>` - `\R` matches CR, LF, or CRLF - `<bsr_unicode>` - `\R` matches any unicode newline - `<js>` - Javascript compatibility |