What's Changed
Drop support for Python 3.8 and 3.9.
Feat
-
Allow multiline quoted strings:
{% component "ListItem" attrs:class=" {{ module_classes }} project-nav--item w-full mt-0 shadow " / %}
Full Changelog: 1.2.2...1.3.0
Drop support for Python 3.8 and 3.9.
Allow multiline quoted strings:
{% component "ListItem"
attrs:class="
{{ module_classes }}
project-nav--item
w-full mt-0 shadow
"
/ %}Full Changelog: 1.2.2...1.3.0