-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Add custom tag callback #2
Comments
Here is an example of what the callback might look like:
|
Also, the callback would be able to override a tag and add its own implementation (as in #21 ):
|
This was referenced Sep 7, 2018
This is currently being added in #23 and will likely be added as version 0.7.2 |
Added in version 0.8.0 |
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some use cases may require custom tags to be rendered. Add a callback to the main
Html
widget that is called every time an unknown element is encountered. The programmer can then return their own widget for their custom elements.The text was updated successfully, but these errors were encountered: