From 7b3b287035e082419039bd3338943ea450aab122 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 28 Jan 2018 14:41:25 -0500 Subject: Add around tag names --- markdown/index.md | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'markdown/index.md') 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 -- cgit