diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-01-28 14:41:25 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-01-28 14:41:25 -0500 |
commit | 7b3b287035e082419039bd3338943ea450aab122 (patch) | |
tree | 9860508c65446787250a95ede7d547f46901fbf2 | |
parent | 17657000b2356e2fa5c58852df6daf3f18a75404 (diff) | |
download | sr.ht-docs-7b3b287035e082419039bd3338943ea450aab122.tar.gz |
Add <code> around tag names
-rw-r--r-- | markdown/index.md | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/markdown/index.md b/markdown/index.md index b58b3fc..26bc589 100644 --- a/markdown/index.md +++ b/markdown/index.md @@ -7,34 +7,34 @@ We then post-process the HTML to strip out unwanted tags and attributes. ## Tags -- a -- abbr -- acronym -- b -- blockquote -- code -- div -- dd -- dl -- dt -- em -- h1, h2, h3, h4, h5 -- i -- img -- input -- li -- ol -- p -- pre -- span -- strong -- table -- tbody -- thead -- td -- th -- tr -- ul +- `a` +- `abbr` +- `acronym` +- `b` +- `blockquote` +- `code` +- `div` +- `dd` +- `dl` +- `dt` +- `em` +- `h1`, `h2`, `h3`, `h4`, `h5` +- `i` +- `img` +- `input` +- `li` +- `ol` +- `p` +- `pre` +- `span` +- `strong` +- `table` +- `tbody` +- `thead` +- `td` +- `th` +- `tr` +- `ul` ## Attributes |