mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (define (tag->class tag)
|
|||
(define entity->string
|
||||
(match-lambda
|
||||
("rArr" "⇒")
|
||||
("rarr" "→")
|
||||
("hellip" "…")
|
||||
("rsquo" "’")
|
||||
(e (pk 'unknown-entity e) (primitive-exit 2))))
|
||||
|
|
Loading…
Reference in a new issue