summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pygments/formatters/html.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py
index 01a9edf9..1fa0396b 100644
--- a/pygments/formatters/html.py
+++ b/pygments/formatters/html.py
@@ -207,8 +207,8 @@ class HtmlFormatter(Formatter):
e.g. set it to ``"<br>"`` to get HTML line breaks. *New in Pygments
0.7.*
- Subclassing the HTML formatter
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ **Subclassing the HTML formatter**
*New in Pygments 0.7.*