Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.8.1.tar.gz | 2023-06-04 | 68.2 kB | |
0.8.1.zip | 2023-06-04 | 86.7 kB | |
README.md | 2023-06-04 | 609 Bytes | |
Totals: 3 Items | 155.6 kB | 0 |
- 📝 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 modesif True: {{* body }}
withbody
:print("Hello") print("World")
will be rendered into:if True: print("Hello") print("World")
Note that the indention ofprint("World")
was passed along from the initial indentaion. - 📝 Update doc for "indent modifier"