-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
invalid ID attribute and character stripping #1230
Comments
Would be great to make this more flexible than the current HTML 4 validation. |
Another consequence of this: if you execute |
This was fixed in #2037. The fix is available from the dev branch until next release. |
I'm using a tool to create reveal.js slides from asciidoctor files.
Asciidoctor creates sections with id containing characters outside (a-z,A-Z,0-9,.,-,_,:), e.g.:
à è ì ò ù ...
readUrl functions checks id:
writeUrl strips charactees:
These sections are not linkable from url.
There's a reason for these 'checks'?
HTML5 is very permissive about id attribute:
http://www.w3.org/TR/html5/dom.html#the-id-attribute
The text was updated successfully, but these errors were encountered: