From 376b1293a4e7a5aa9ae98ebbe6e54b66dccad767 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 15 Jun 2024 23:05:10 -0500 Subject: Remove coment --- lib/read.scm | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib') diff --git a/lib/read.scm b/lib/read.scm index f84b3a5..ea43b06 100644 --- a/lib/read.scm +++ b/lib/read.scm @@ -36,17 +36,6 @@ ((null? words) ; empty line (parse-lines (cdr lines) doc)) ((equal? (car words) "```") ; verbatim - ;; Format for verbatim header: - ;; ``` ?html | command ... - ;; -- only run command on block with html output. - ;; other outputs process the block normally - ;; ``` ?!html | command ... - ;; -- only run command on block when *not* outputting html. - ;; html processes the block normally - ;; ``` ?:html | command ... - ;; -- like ?html, but ignore the block in non-html outputs. - ;;;; FIXME: I think this necessitates a special emit-verbatim - ;;;; function. (parse-verbatim (cdr lines) doc '() ;;; FIXME (cons 'verb (cdr words)))) -- cgit 1.4.1-21-gabe81