diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-12 14:01:53 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-12 14:01:53 +0200 |
commit | 297a241febb155788794eea5c0451684a5fd013a (patch) | |
tree | eef0d6100af3c2c061022472d611221d45599cff | |
parent | 12d802da89ea8dbadc737aa0e6c966b23080791a (diff) |
sync with https://hackmd.io/KtR5fUhXRuS_XnNEo_gpow as of 2025-05-12T12:41
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -451,7 +451,7 @@ Would produce the following HTML+RDFa: <p>My name is <span property="schema:name">Manu Sporny</span> and you can give me a ring via -<a property="telephone" href="tel:+1-800-555-0199" title="make a phone call to Manu Sporny">1-800-555-0199</a>.</p> +<a property="schema:telephone" href="tel:+1-800-555-0199" title="make a phone call to Manu Sporny">1-800-555-0199</a>.</p> ``` ## Semantic Markdown and other Markdown extensions |