diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ Would produce the following HTML+RDFa: ```html <p resource="#manu">You can give me a ring.</p> -<p>You can give me a ring {=<a href=""#manu">#manu</a>}.</p> +<p>You can give me a ring {=<a href="#manu">#manu</a>}.</p> ``` Notice how second paragraph has punctuation *after* the hints. |