Skip to content

Commit

Permalink
Add <time> to the span level elements
Browse files Browse the repository at this point in the history
  • Loading branch information
gettalong committed Oct 13, 2023
1 parent 9d4d559 commit 5e6af12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kramdown/parser/html.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ module Constants
# script, textarea
HTML_SPAN_ELEMENTS = %w[a abbr acronym b big bdo br button cite code del dfn em i img input
ins kbd label mark option q rb rbc rp rt rtc ruby samp select small
span strong sub sup tt u var]
span strong sub sup time tt u var]
HTML_BLOCK_ELEMENTS = %w[address article aside applet body blockquote caption col colgroup
dd div dl dt fieldset figcaption footer form h1 h2 h3 h4 h5 h6
header hgroup hr html head iframe legend menu li main map nav ol
Expand Down

0 comments on commit 5e6af12

Please sign in to comment.