mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
doc: Handle right arrows in 'syntax-highlighted-html'.
* doc/build.scm (syntax-highlighted-html)[build](entity->string): Add "rarr".
This commit is contained in:
parent
e8c6644af1
commit
295c6a7e83
1 changed files with 1 additions and 0 deletions
|
|
@ -278,6 +278,7 @@ its <pre class=\"lisp\"> blocks (as produced by 'makeinfo --html')."
|
|||
(define entity->string
|
||||
(match-lambda
|
||||
("rArr" "⇒")
|
||||
("rarr" "→")
|
||||
("hellip" "…")
|
||||
("rsquo" "’")
|
||||
(e (pk 'unknown-entity e) (primitive-exit 2))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue