diff --git a/tekuti/marxdown.scm b/tekuti/marxdown.scm index b88bc44..c268e6b 100644 --- a/tekuti/marxdown.scm +++ b/tekuti/marxdown.scm @@ -682,5 +682,5 @@ (else 'h6)))) `(,tag . ,(map transform-inline body)))))) (match exp - (('top exp ...) + (('begin exp ...) `(div . ,(map transform-block exp)))))