Differences From Artifact [392bb161]:
- File tags-html.rkt — part of check-in [9922a46b] at 2019-04-16 03:02:04 on branch trunk — Tweak dialogue/say tag output (user: joel, size: 8099) [annotate] [blame] [check-ins using]
To Artifact [a9c3097d]:
- File tags-html.rkt — part of check-in [61bc0732] at 2019-04-27 19:06:48 on branch trunk — Flesh out makefile and build workflow (closes [aca89051]) (user: joel, size: 8121) [annotate] [blame] [check-ins using]
| ︙ | |||
95 96 97 98 99 100 101 102 103 104 | 95 96 97 98 99 100 101 102 103 104 105 | + |
(define (html-block . elements)
`(section [[class "content-block"]] (div [[class "content-block-main"]] ,@elements)))
(define (html-root . elements)
(invalidate-series)
(define first-pass
(decode-elements (append elements (list (html-footnote-block)))
#:txexpr-elements-proc decode-hardwrapped-paragraphs
#:exclude-tags '(script style figure table pre)))
(define second-pass
|
| ︙ |