-
-
Notifications
You must be signed in to change notification settings - Fork 334
Support for <meta itemprop=...> of Schema.org Semantic/Microdata Markup #527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
jgm
added a commit
to commonmark/cmark
that referenced
this issue
Jun 11, 2018
Added regression test. See commonmark/commonmark-spec#527.
jgm
added a commit
to commonmark/commonmark.js
that referenced
this issue
Jun 11, 2018
See commonmark/commonmark-spec#527. Added regression test.
jgm
added a commit
to jgm/commonmark-hs
that referenced
this issue
Jun 11, 2018
Thank you! |
It will be updated when there's a new release.
"Ilya Ig. Petrov" <notifications@github.com> writes:
… Will the dingus be updated so I can show it to `markdown-it` developers?
--
You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub:
#527 (comment)
|
kivikakk
pushed a commit
to github/cmark-gfm
that referenced
this issue
Jun 20, 2018
Added regression test. See commonmark/commonmark-spec#527.
colinodell
added a commit
to thephpleague/commonmark
that referenced
this issue
Mar 24, 2019
rlidwka
added a commit
to markdown-it/markdown-it
that referenced
this issue
Nov 25, 2020
chrisjsewell
added a commit
to executablebooks/markdown-it-py
that referenced
this issue
Mar 10, 2021
talum
pushed a commit
to github/cmark-gfm
that referenced
this issue
Sep 14, 2021
Added regression test. See commonmark/commonmark-spec#527.
talum
pushed a commit
to github/cmark-gfm
that referenced
this issue
Sep 14, 2021
Added regression test. See commonmark/commonmark-spec#527.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are some approaches to semantic markup, one of them is Schema.org and its microdata.
Here is an example:
As you can see <meta> is used to convey semantic data, more examples of how <meta> is used may be found here on Schema.org.
You may view this snippet on Dingus (copy-paste URL if doesn't work), output of CommonMark is the following:
As you can see the first opening <span> is wrapped into <p> by CommonMark, because:
All quotations are by @jgm from talk.commonmark.org.
The text was updated successfully, but these errors were encountered: