Index: tags-html.rkt
==================================================================
--- tags-html.rkt
+++ tags-html.rkt
@@ -194,6 +194,6 @@
`(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)))