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
{{ message }}
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.
When I run jekyll serve, I get:
___________________________________________________________________________
| Maruku tells you:
+---------------------------------------------------------------------------
| Maruku cannot parse this block of HTML/XML:
| |
| Missing end tag for 'input' (got "html")
| Line: 4
| Position: 226
| Last 80 unconsumed characters:
+---------------------------------------------------------------------------
input doesn't need an end tag in HTML5.
Perhaps this is an issue with Jekyll, but whether it's Jekyll and/or Maruku that's lagging behind, HTML5 should be the default by now.
I'll see if there's some setting I can configure to validate HTML with HTML5 rules.
The text was updated successfully, but these errors were encountered:
When I run
jekyll serve
, I get:___________________________________________________________________________
| Maruku tells you:
+---------------------------------------------------------------------------
| Maruku cannot parse this block of HTML/XML:
| |
| Missing end tag for 'input' (got "html")
| Line: 4
| Position: 226
| Last 80 unconsumed characters:
+---------------------------------------------------------------------------
input
doesn't need an end tag in HTML5.Perhaps this is an issue with Jekyll, but whether it's Jekyll and/or Maruku that's lagging behind, HTML5 should be the default by now.
I'll see if there's some setting I can configure to validate HTML with HTML5 rules.
The text was updated successfully, but these errors were encountered: