From b3e5a4e1b49c4d4c1ed8ac19ad9b77bde76621ab Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Mon, 14 Jul 2025 19:22:59 -0700 Subject: [PATCH] feature: support more than html for SSI --- README.md | 19 +++- deno.json | 2 +- handlers/html.ts | 23 ++++- tests/08_test_html_includes.test.ts | 150 ++++++++++++++++++++++++++++ 4 files changed, 190 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09f00a1..44879f1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,23 @@ different types of content with a great deal of control. The default handlers are: - HTML with SSI support - eg: + eg: + + ``` + + + + + + + +