- 📝 Fix badges in README.md - 👷 Use latest actions in CI - 🏗️ Enable automatic setup file creation with Poetry - ⬆️ Upgrade dependencies to the latest - ✨ Add `*` modifier for variable block to keep intial indention for multiline strings for all modes
if True: {{* body }}
with `body`:
print("Hello") print("World")
will be rendered into:
if True: print("Hello") print("World")
Note that the indention of ` print("World")` was passed along from the initial indentaion. - 📝 Update doc for "indent modifier"
0.8.0
- ⬆️ Upgrade deps including markdown, regex, and python-slugify - 📌 Drop support for python3.6 - 🐛 Fix passing `env` to `Liquid()` not working
What's Changed * Dev by pwwang in https://github.com/pwwang/liquidpy/pull/53