aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-28 14:40:45 -0500
committerDrew DeVault <sir@cmpwn.com>2018-01-28 14:40:45 -0500
commit17657000b2356e2fa5c58852df6daf3f18a75404 (patch)
treeac8f148a63a8e150f8b8e4cdf0be4f3a6c7e70a1
parentd124788519879f1392898cbd9dbc8cd57df21ea1 (diff)
downloadsr.ht-docs-17657000b2356e2fa5c58852df6daf3f18a75404.tar.gz
Add a few more markdown attributes
-rw-r--r--markdown/index.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/markdown/index.md b/markdown/index.md
index 2e9c509..b58b3fc 100644
--- a/markdown/index.md
+++ b/markdown/index.md
@@ -56,3 +56,7 @@ attributes:
`input` elements may specify `type='checkbox'` as well as the `checked`
attribute.
+
+`a` tags may specify `href` and `title`.
+
+`abbr` and `acronym` tags may specify `title`.