Closed traviswsims closed 5 years ago
i run into this issue all the time. i stupidly use
everywhere as a workaround. is the single quote syntax the correct one here?
yeah, looks like it. documented here: http://emblemjs.com/syntax/#plain-text
i agree about this bug though, it'd be nice if single quote block syntax handled this properly
This code
should be rendered as:
Unfortunately, I get this:
As a workaround, I use
but I don't think this is the expected behavior. Obviously, for simple content like this, I'd just inline the text with the
p
tag, but I can't for more complex content.If I'm completely off here, please let me know. Thanks!