diff options
author | Jonas Smedegaard <dr@jones.dk> | 2020-07-24 17:51:30 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2020-07-24 17:51:30 +0200 |
commit | 0840f610a81cbc81a564adb6ff7a0cb30e0322ea (patch) | |
tree | e4d3bc5fbbed7d4d3870ca6d6efff8350a026b42 | |
parent | 65555c6db88a329741caaf3bdfc8824ee0360bc7 (diff) |
fix syntax typo
-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. |