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))))
|
||||
|
|
Reference in a new issue