From 16acd2b763f820f70b33a12d4efc295a936ae714 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 24 Apr 2022 10:59:22 +0200 Subject: [PATCH] typo in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8aa5b68..4ef0401 100644 --- a/README.rst +++ b/README.rst @@ -92,7 +92,7 @@ sub_symbol, sup_symbol newline_style Defines the style of marking linebreaks (``
``) in markdown. The default value ``SPACES`` of this option will adopt the usual two spaces and a newline, - while ``BACKSLASH`` will convert a linebreak to ``\\n`` (a backslash an a + while ``BACKSLASH`` will convert a linebreak to ``\\n`` (a backslash and a newline). While the latter convention is non-standard, it is commonly preferred and supported by a lot of interpreters.