reader: skribe: Add additional HTML 5 tags.
* haunt/skribe/utils.scm (h5 h6 section nav aside): New procedures.
This commit is contained in:
parent
1bfb388123
commit
e25ed2d569
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue