docxtpl v0.1.11 Release Notes

    • '>' and '<' can now be used inside jinja tags
    • render() accepts optionnal jinja_env argument : useful to set custom filters and other things
    • ๐Ÿ‘ better subdoc management : accept tables
    • ๐Ÿ‘ better xml code cleaning around Jinja2 tags
    • ๐Ÿ‘ python 3 support
    • โœ‚ remove debug code
    • โž• add lxml dependency
    • ๐Ÿ›  fix template filter with quote
    • โž• add RichText support
    • โž• add subdoc support
    • โž• add some exemples in tests/
    • First running version