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/fork.mu.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'html/fork.mu.html') diff --git a/html/fork.mu.html b/html/fork.mu.html index 75530c2b..ad87e5a5 100644 --- a/html/fork.mu.html +++ b/html/fork.mu.html @@ -53,22 +53,22 @@ if ('onhashchange' in window) {
- 1 # example program: running multiple routines
- 2 
- 3 def main [
- 4   start-running thread2
- 5   {
- 6     $print 34
- 7     loop
- 8   }
- 9 ]
-10 
-11 def thread2 [
-12   {
-13     $print 35
-14     loop
-15   }
-16 ]
+ 1 # example program: running multiple routines
+ 2 
+ 3 def main [
+ 4   start-running thread2
+ 5   {
+ 6     $print 34
+ 7     loop
+ 8   }
+ 9 ]
+10 
+11 def thread2 [
+12   {
+13     $print 35
+14     loop
+15   }
+16 ]
 
-- cgit 1.4.1-2-gfad0