◊(Local Yarn Code "Diff")

Differences From Artifact [3eb83629]:

To Artifact [4d4ea45a]:


194
195
196
197
198
199

194
195
196
197
198

199





-
+
                `(li [[id ,(fndef-id fn-name)]] ,@definition-text ,@backrefs))))
  (cond [(null? note-items) ""]
        [else `(section ((class "footnotes")) (hr) (ol ,@note-items))]))

(define (html-note attrs elems)
  (txexpr 'note attrs (decode-paragraphs elems #:force? #t)))
  (txexpr 'note attrs (decode-hardwrapped-paragraphs elems)))