◊(Local Yarn Code "Diff")

Differences From Artifact [392bb161]:

To Artifact [a9c3097d]:


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