HTML tags allowed by special filter with sanitization routines in Github Flavored Markdown:
a
abbr dfn
b strong
bdo
br
cite q
code pre blockquote
del ins
details summary
div
dl dd dt
figure caption figcaption
h1 h2 h3 h4 h5 h6 h7 h8
hr
i em
img
kbd samp
mark
ol ul li
p
ruby rt rp
s strike
small
span
sup sub
table tbody tfoot thead td th tr
time
tt
var
wbr
Notes:
- in the above list of html tags, similar or related ones are placed in the same row
kbd
andsamp
render in the same way ascode
var
renders in the same way asi
andem
tt
doesn't exist in html5. Instead usecode
,kbd
orsamp
strike
doesn't exist in html5. Instead usedel
ors
ins
can be used for underlining textdetails
can be used for creating clopasable section of text to hide or show "spoilers"mark
can be used for highlighting text<span style="color:blue">blue</span>
doesn't work. See raw text of this file to verify: blue
Reference: