Archived
1
0
Fork 0

doc: Handle '&nbsp' when syntax-highlighting HTML.

* doc/build.scm (syntax-highlighted-html)[build](entity->string): Handle "&nbsp".
This commit is contained in:
Ludovic Courtès 2021-12-13 11:28:31 +01:00
parent cf2251b9f7
commit c946e1464d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -449,6 +449,7 @@ its <pre class=\"lisp\"> blocks (as produced by 'makeinfo --html')."
("rarr" "→") ("rarr" "→")
("hellip" "…") ("hellip" "…")
("rsquo" "") ("rsquo" "")
("nbsp" " ")
(e (pk 'unknown-entity e) (primitive-exit 2)))) (e (pk 'unknown-entity e) (primitive-exit 2))))
(define (concatenate-snippets pieces) (define (concatenate-snippets pieces)