diff options
-rw-r--r-- | haunt/skribe/utils.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/haunt/skribe/utils.scm b/haunt/skribe/utils.scm index 42be1f1..45a4ed3 100644 --- a/haunt/skribe/utils.scm +++ b/haunt/skribe/utils.scm @@ -29,7 +29,9 @@ #:export (post p blockquote em - h1 h2 h3 h4 + h1 h2 h3 h4 h5 h6 + section + nav aside code pre strong ul ol li dl dt dd anchor @@ -60,7 +62,9 @@ contents from METADATA+SXML." em strong code samp pre kbd var cite dfn abbr - h1 h2 h3 h4 + h1 h2 h3 h4 h5 h6 + section + nav aside ul ol li dl dt dd) (define (anchor text uri) |