reader: skribe: Add additional HTML 5 tags.

* haunt/skribe/utils.scm (h5 h6 section nav aside): New procedures.
This commit is contained in:
humanitiesNerd 2019-01-04 20:02:34 +01:00 committed by David Thompson
parent 1bfb388123
commit e25ed2d569
1 changed files with 6 additions and 2 deletions

View File

@ -29,7 +29,9 @@
#:export (post #:export (post
p blockquote em p blockquote em
h1 h2 h3 h4 h1 h2 h3 h4 h5 h6
section
nav aside
code pre strong code pre strong
ul ol li dl dt dd ul ol li dl dt dd
anchor anchor
@ -60,7 +62,9 @@ contents from METADATA+SXML."
em strong em strong
code samp pre kbd var code samp pre kbd var
cite dfn abbr cite dfn abbr
h1 h2 h3 h4 h1 h2 h3 h4 h5 h6
section
nav aside
ul ol li dl dt dd) ul ol li dl dt dd)
(define (anchor text uri) (define (anchor text uri)