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 --- sample/html/empty.html | 14 -------------- sample/html/happy.html | 15 --------------- sample/html/subdir/index.html | 15 --------------- sample/html/with-frontmatter.html | 17 ----------------- 4 files changed, 61 deletions(-) delete mode 100644 sample/html/empty.html delete mode 100644 sample/html/happy.html delete mode 100644 sample/html/subdir/index.html delete mode 100644 sample/html/with-frontmatter.html (limited to 'sample/html') diff --git a/sample/html/empty.html b/sample/html/empty.html deleted file mode 100644 index b1a01ea..0000000 --- a/sample/html/empty.html +++ /dev/null @@ -1,14 +0,0 @@ - - -empty - - - - - -
- -
- diff --git a/sample/html/happy.html b/sample/html/happy.html deleted file mode 100644 index 9f4b32f..0000000 --- a/sample/html/happy.html +++ /dev/null @@ -1,15 +0,0 @@ - - -happy - - - - - -
- Hello, world! - -
- diff --git a/sample/html/subdir/index.html b/sample/html/subdir/index.html deleted file mode 100644 index bdeaad0..0000000 --- a/sample/html/subdir/index.html +++ /dev/null @@ -1,15 +0,0 @@ - - -index - - - - - -
- This file in a subdirectory of the input directory should also be processed. - -
- diff --git a/sample/html/with-frontmatter.html b/sample/html/with-frontmatter.html deleted file mode 100644 index 99627a1..0000000 --- a/sample/html/with-frontmatter.html +++ /dev/null @@ -1,17 +0,0 @@ - - -Custom Title - - - - - -
- Things before this line should not appear in the output. ---- -Including the delimiter in body content shouldn't be an issue. - -
- -- cgit