aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-11 10:57:45 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-11 10:57:45 -0700
commitcb136a48ca97e3eb4dde7df775ebfe2cfcf087dd (patch)
treecd58ae788dd573e70f0753bcc631a9ef6bd1d12d /.gitattributes
parent1d31887cefbd41bd8cdbeb610263f47f2129a5b0 (diff)
Remove `meta` from list of block tags...
...in start condition #6 of HTML blocks. meta tags are used in some inline contexts (though this isn't valid HTML5), e.g. in schema.org. Example: ``` This paragraph is closed right after an opening span: <span itemprop="contentLocation" itemscope itemtype="https://schema.org/City"> <meta itemprop="name" content="Springfield"> <span itemprop="address" itemscope itemtype="https://schema.org/PostalAddress"> <meta itemprop="addressCountry" content="US"> <span itemprop="addressLocality">Springfield</span>, <span itemprop="addressRegion">Oregon</span> <meta itemprop="postalCode" content="97477"> </span> </span> ``` Closes #527.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions