diff --git a/README.md b/README.md
index b055e84..fb2fea9 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ TagSoup is used to parse the HTML, and it does a good job. However TagSoup does
,
,
-img and br tags will be output as a single self-closing tags. Other self-closing tags will be output as an open and closing pair. So
or ![]()
converts to
, and or converts to . There are future updates to TagSoup planned to fix these cases.
+In the third case, img and br tags will be output as a single self-closing tags. Other self-closing tags will be output as an open and closing pair. So `
or ![]()
` converts to `
`, and ` or ` converts to ``. There are future updates to TagSoup planned to fix these cases.
Integration
===========