-
Notifications
You must be signed in to change notification settings - Fork 23
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
1 more end type than start type - block tag #153
Comments
Hey @Daniel-Knights I will have a look at this, but I believe it is addressed in #138. Can you try adding content within the |
Hi, thanks @panoply. I tried with content, but get the same result |
I'm not sure of the exact issue, but likely related to |
It does format, but the indentation isn't right: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="custom.css" />
</head>
<body>
{% render "block" %}
</body>
</html> Also, the |
This one is really stale but is was fixed some time ago! |
Formatting this:
Results in this:
If I remove
{% block %}{% endblock %}
, it formats fine.Extension version 3.2.2.
The text was updated successfully, but these errors were encountered: