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
This kind of things should be the responsibility of the target language (Twig or PHP). Translating this syntax to Twig/PHP is not obvious however, as there is no anonymous functions (Twig), or no short syntax for anonymous functions.
Alternatives:
Using "<":
-# The "<" tells HAML not to output whitespaces before/after the strong tag
%strong< last words of a sentence
.
I can't find a way to do equivalent of ruby's
= succeed "." do
%strong last words of a sentence
= surround '(', ')' do
%strong something inside parens
http://haml.info/docs/yardoc/Haml/Helpers.html
Is this supported?
The text was updated successfully, but these errors were encountered: