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/example1.mu.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'html/example1.mu.html') diff --git a/html/example1.mu.html b/html/example1.mu.html index cc19427f..4bf187ac 100644 --- a/html/example1.mu.html +++ b/html/example1.mu.html @@ -51,11 +51,11 @@ if ('onhashchange' in window) {
-1 def example1 [
-2   local-scope
-3   a:num <- add 2, 2
-4   a <- multiply a, 3
-5 ]
+1 def example1 [
+2   local-scope
+3   a:num <- add 2, 2
+4   a <- multiply a, 3
+5 ]
 
-- cgit 1.4.1-2-gfad0