summaryrefslogtreecommitdiff
path: root/macros.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'macros.fnl')
-rw-r--r--macros.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.fnl b/macros.fnl
index de9a71b..04f18d9 100644
--- a/macros.fnl
+++ b/macros.fnl
@@ -63,6 +63,7 @@
result)
(fn compile-html [html]
+ html
(fn inner-compile [html]
(var result [])
(fn add [item] (table.insert result item))