Skip to content

Commit

Permalink
fix: formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Jul 25, 2023
1 parent 75c83e1 commit be56e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Examples
Strict indentation handling
---------------------------
The following example demonstrates how to modify the `ParserConfig` for strict indentation handling.
The following example demonstrates modifying ``ParserConfig`` for strict indentation handling.
.. code-block:: python
Expand All @@ -582,7 +582,7 @@ Ignore elements during parsing
------------------------------
Overwriting the default CSS profile also allows changing the rendering of selected elements.
The snippet below, for example, removes forms from the parsed text by setting the definition of the `form` tag to `Display.none`.
The snippet below, for example, removes forms from the parsed text by setting the definition of the ``form`` tag to ``Display.none``.
.. code-block:: python
Expand Down

0 comments on commit be56e73

Please sign in to comment.