From 204dae921abff0c70e017215bb3c91fa6ca11aff Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 26 Dec 2016 11:44:14 -0800 Subject: 3710 Turns out we don't need to explicitly add anchors for each line. Vim's TOhtml has magic for that out of the box. --- html/x.mu.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'html/x.mu.html') diff --git a/html/x.mu.html b/html/x.mu.html index 57f23288..9c2868c2 100644 --- a/html/x.mu.html +++ b/html/x.mu.html @@ -52,14 +52,14 @@ if ('onhashchange' in window) {
-1 # example program: add two numbers
-2 
-3 def main [
-4   11:num <- copy 1
-5   12:num <- copy 3
-6   13:num <- add 11:num, 12:num
-7   $dump-memory
-8 ]
+1 # example program: add two numbers
+2 
+3 def main [
+4   11:num <- copy 1
+5   12:num <- copy 3
+6   13:num <- add 11:num, 12:num
+7   $dump-memory
+8 ]
 
-- cgit 1.4.1-2-gfad0