/ Published in: Lisp
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
;; creates an empty TOC context (define (init-toc) (set 'TOC:toc (list SETUP:toc-start)) (set 'TOC:lvl 1) (set 'TOC:anchor 0) (set 'TOC:found false))