Add HTML autoescape (#292)

* add and document set_html_autoescape

* add render_to to Environment that accepts a string (and turns it into a Template)

* code style, update single include

* update ci

* revert macos-14 test

---------

Co-authored-by: pantor <lars.berscheid@online.de>
This commit is contained in:
bert hubert
2024-10-05 09:08:46 +02:00
committed by GitHub
parent c360b19855
commit 807620c80c
6 changed files with 77 additions and 9 deletions
+6 -6
View File
@@ -56,18 +56,18 @@ jobs:
os: windows-2022
compiler: msvc
- name: macOS-11-gcc
os: macOS-11
- name: macOS-12-gcc
os: macOS-12
compiler: gcc
- name: macOS-11-clang
os: macOS-11
compiler: clang
- name: macOS-12-clang
os: macOS-12
compiler: clang
# - name: macOS-14-clang
# os: macOS-14
# compiler: clang
steps:
- uses: actions/checkout@v3