diff options
-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 |