You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce case-insensitivity for reference link labels (JohnSundell#16)
Merge PR from @ezfe
* Introduce case-insensitivity for reference link labels
* Moved `.lowercased()`
HTML: Treat comments as self-closing tags (JohnSundell#10)
This patch makes Ink parse HTML comments correctly, by treating them as
self-closing tags, rather than as opening ones (which would cause all
subsequent text to be parsed as plain HTML).