From e25ed2d5696077f22b4b1826590ab98112d04307 Mon Sep 17 00:00:00 2001 From: humanitiesNerd Date: Fri, 4 Jan 2019 20:02:34 +0100 Subject: reader: skribe: Add additional HTML 5 tags. * haunt/skribe/utils.scm (h5 h6 section nav aside): New procedures. --- haunt/skribe/utils.scm | 8 ++++++-- 1 file 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) -- cgit v1.2.3