From 90058697439ee3f048f0f42b61ca5ea677e9b5cc Mon Sep 17 00:00:00 2001 From: Starfall Date: Tue, 5 Dec 2023 09:59:19 -0600 Subject: strike: merge as subdir --- strike/sample/html/with-frontmatter.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 strike/sample/html/with-frontmatter.html (limited to 'strike/sample/html/with-frontmatter.html') diff --git a/strike/sample/html/with-frontmatter.html b/strike/sample/html/with-frontmatter.html new file mode 100644 index 0000000..99627a1 --- /dev/null +++ b/strike/sample/html/with-frontmatter.html @@ -0,0 +1,17 @@ + + +Custom Title + + + + + +
+ Things before this line should not appear in the output. +--- +Including the delimiter in body content shouldn't be an issue. + +
+ -- cgit