We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, pasting:
<article pubdate="[publication]"> <aside block-content="aside"></aside> <header block-content="header"></header> <section class="content" block-content="content"></section> <footer block-content="footer"></footer> </article>
should work even if actual model is
<article class="ui grid" pubdate="[publication]"> <aside block-content="aside" class="six wide column"></aside> <div class="column"> <header block-content="header"></header> <section class="content" block-content="content"></section> <footer block-content="footer"></footer> </div> </article>
because block-content attributes are parsed and their content mapped to matching block content.
block-content
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, pasting:
should work even if actual model is
because
block-content
attributes are parsed and their content mapped to matching block content.The text was updated successfully, but these errors were encountered: