mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Patch by Julien Palard.
This commit is contained in:
parent
87ec85f420
commit
1050d2d0c7
47 changed files with 329 additions and 128 deletions
|
|
@ -61,7 +61,9 @@ as they are encountered::
|
|||
parser.feed('<html><head><title>Test</title></head>'
|
||||
'<body><h1>Parse me!</h1></body></html>')
|
||||
|
||||
The output will then be::
|
||||
The output will then be:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
Encountered a start tag: html
|
||||
Encountered a start tag: head
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue