From 796da8edcc2541a5343bdc53ae21e12c04419f52 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 13 Jun 2022 09:35:52 +0300 Subject: feat: rudimentary HTML generation This handles paragraphs and h1 headings, for now. More to come later. There's also some testing. Sponsored-by: author --- build.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build.rs (limited to 'build.rs') diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..a9e5ec8 --- /dev/null +++ b/build.rs @@ -0,0 +1,4 @@ +fn main() { + subplot_build::codegen("rikiwiki.md") + .expect("failed to generate code with Subplot"); +} -- cgit v1.2.1