-
Notifications
You must be signed in to change notification settings - Fork 133
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
<main> tag missing #68
Comments
You can always add it, see wiki https://github.com/Kotlin/kotlinx.html/wiki/Micro-templating-and-DSL-customizing#introduce-custom-tag |
Following the ARTICLE tag as an example, I believe this what you need to define a custom MAIN tag:
|
Why not include it in core? |
hcf
pushed a commit
to hcf/kotlinx.html
that referenced
this issue
Apr 25, 2018
Closed
hcf
pushed a commit
to hcf/kotlinx.html
that referenced
this issue
Apr 25, 2018
Fixed in 0.6.10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to do something like
body { main { p { +"Hello" } } }
But main doesn't exist.
The text was updated successfully, but these errors were encountered: