doc: Handle ' ' when syntax-highlighting HTML.
* doc/build.scm (syntax-highlighted-html)[build](entity->string): Handle " ".
This commit is contained in:
parent
cf2251b9f7
commit
c946e1464d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue