From d716ffb05f086061d9a5302f67f3695457fcff02 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sat, 24 Feb 2024 02:24:50 -0600 Subject: Implement basic markup system this also has the redirection from non-trailing-slash-directories to their slashy counterparts --- test/markup/paragraph toggle/input.html | 16 ++++++++++++++++ test/markup/paragraph toggle/output.html | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 test/markup/paragraph toggle/input.html create mode 100644 test/markup/paragraph toggle/output.html (limited to 'test') diff --git a/test/markup/paragraph toggle/input.html b/test/markup/paragraph toggle/input.html new file mode 100644 index 0000000..f6998fe --- /dev/null +++ b/test/markup/paragraph toggle/input.html @@ -0,0 +1,16 @@ +[@paragraphs off] + + +[@paragraphs on] +Hello! + +welcome in. \ No newline at end of file diff --git a/test/markup/paragraph toggle/output.html b/test/markup/paragraph toggle/output.html new file mode 100644 index 0000000..fc4ad7a --- /dev/null +++ b/test/markup/paragraph toggle/output.html @@ -0,0 +1,17 @@ + + +

+Hello! +

+

+welcome in. +

\ No newline at end of file -- cgit 1.4.1-3-g733a5