diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-28 14:40:45 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-01-28 14:40:45 -0500 |
commit | 17657000b2356e2fa5c58852df6daf3f18a75404 (patch) | |
tree | ac8f148a63a8e150f8b8e4cdf0be4f3a6c7e70a1 /markdown/index.md | |
parent | d124788519879f1392898cbd9dbc8cd57df21ea1 (diff) | |
download | sr.ht-docs-17657000b2356e2fa5c58852df6daf3f18a75404.tar.gz |
Add a few more markdown attributes
Diffstat (limited to 'markdown/index.md')
-rw-r--r-- | markdown/index.md | 4 |
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`. |