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
mixin whatEverNameItsAllwaysDeclared()
appendhead_link__scriptscript.
alert("I'm not using this mixin, but these appears at code")
h2 BLABLABLA
h1 Hello World
blockhead_link__script
Expected HTML
<h1>Hello World</h1>
Actual HTML
<h1>Hello World</h1><script>I'm not using this mixin, but these appears at code</script>
Additional Comments
I'm not sure if its a bug, but its crazy.
Just create any mixin, and dont call then.
The h2 will not created was expected, but it will append blocks...
The text was updated successfully, but these errors were encountered:
Pug Version: 3.0.2
Node Version: 17.7.1
Input JavaScript Values
Using expressJS into Node
Input Pug
Expected HTML
Actual HTML
Additional Comments
I'm not sure if its a bug, but its crazy.
Just create any mixin, and dont call then.
The h2 will not created was expected, but it will append blocks...
The text was updated successfully, but these errors were encountered: