aboutsummaryrefslogtreecommitdiffstats
path: root/markdown
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-01-28 14:41:25 -0500
committerDrew DeVault <sir@cmpwn.com>2018-01-28 14:41:25 -0500
commit7b3b287035e082419039bd3338943ea450aab122 (patch)
tree9860508c65446787250a95ede7d547f46901fbf2 /markdown
parent17657000b2356e2fa5c58852df6daf3f18a75404 (diff)
downloadsr.ht-docs-7b3b287035e082419039bd3338943ea450aab122.tar.gz
Add <code> around tag names
Diffstat (limited to 'markdown')
-rw-r--r--markdown/index.md56
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