diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-25 21:12:57 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-25 21:12:57 +0100 |
commit | 025612d2964205e2e2e53f0695b676d8f8d509f7 (patch) | |
tree | 77e498771b8faeea6918fa41e8075f3a3d93f765 | |
parent | bfc31c52f18db1e535495d903ff2f9e54b94b3b7 (diff) | |
download | lustre-025612d2964205e2e2e53f0695b676d8f8d509f7.tar.gz lustre-025612d2964205e2e2e53f0695b676d8f8d509f7.zip |
:alembic: Add snapshot for unescaped raw html.
-rw-r--r-- | birdie_snapshots/can_render_static_html_with_unescaped_html.new | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/birdie_snapshots/can_render_static_html_with_unescaped_html.new b/birdie_snapshots/can_render_static_html_with_unescaped_html.new new file mode 100644 index 0000000..9ffc59d --- /dev/null +++ b/birdie_snapshots/can_render_static_html_with_unescaped_html.new @@ -0,0 +1,6 @@ +--- +version: 1.1.2 +title: Can render static HTML with unescaped HTML +--- +<!doctype html> +<html><body><article><div>hello!</div></article></body></html>
\ No newline at end of file |