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
Similar to #301 but without the need for macro writing.
Blocks should include an end<something> to avoid creating that when rendering.
end<something>
The text was updated successfully, but these errors were encountered:
For tags, we need
For blocks we need the above plus
Sorry, something went wrong.
feat: Reflection for tags/blocks
72f8cee
Fixes cobalt-org#315 BREAKING CHANGE: Tag and Block APIs have changed, including name of tag/block implementations.
Successfully merging a pull request may close this issue.
Similar to #301 but without the need for macro writing.
Blocks should include an
end<something>
to avoid creating that when rendering.The text was updated successfully, but these errors were encountered: