Improve highlighting of some code blocks. (GH-6401)

This commit is contained in:
Serhiy Storchaka 2018-04-08 19:18:04 +03:00 committed by GitHub
parent 9265dd72e5
commit 46936d5a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 301 additions and 137 deletions

View file

@ -786,7 +786,9 @@ Frequently you need to obtain more information than just whether the RE matched
or not. Regular expressions are often used to dissect strings by writing a RE
divided into several subgroups which match different components of interest.
For example, an RFC-822 header line is divided into a header name and a value,
separated by a ``':'``, like this::
separated by a ``':'``, like this:
.. code-block:: none
From: author@example.com
User-Agent: Thunderbird 1.5.0.9 (X11/20061227)