-
Notifications
You must be signed in to change notification settings - Fork 35
Permit annotated source and units to be rendered in HTML5 #87
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
Comments
Could either update or (more likely) provide as an additional option. |
May need to change These classes would differ only in how they render simple tags. It would be better to rename |
Although it would go against good OOP design, given the change would only be to the rendering of simple tags, maybe it would be much simpler to pass a parameter to the relevant method(s) to specify either XHTML or HTML5. Rather than a Boolean typed parameter such as type
THTMLVersion = (
XHTML,
HTML5
); |
I've had a look into this. There's no quick solution, so may come back to it later. |
I've come back to it and it's planned for the next minor release. |
As it turns out, the OOP approach required fewer changes to the code. |
There's already the option to render annotated source code and units in XHTML. It would be useful to update this to HTML5.
The text was updated successfully, but these errors were encountered: