1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

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