-
Adjust regex used in order to parse inline content. · 22ecf73eRuben Davila authored
e.g: %h4 {{ __('foo') }} Problem was it was being parsed as: %h4 = _('foo') And the correct content should be: %h4= _('foo')
22ecf73e
×
BigW Consortium Gitlab
e.g: %h4 {{ __('foo') }} Problem was it was being parsed as: %h4 = _('foo') And the correct content should be: %h4= _('foo')