[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: doc: Handle right arrows in 'syntax-highlighted-html'.
From: |
guix-commits |
Subject: |
01/07: doc: Handle right arrows in 'syntax-highlighted-html'. |
Date: |
Thu, 28 Nov 2019 07:31:29 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 295c6a7e834d1bede4cc5c9211b594bfbfa5ff35
Author: Ludovic Courtès <address@hidden>
Date: Wed Nov 27 15:42:18 2019 +0100
doc: Handle right arrows in 'syntax-highlighted-html'.
* doc/build.scm (syntax-highlighted-html)[build](entity->string): Add
"rarr".
---
doc/build.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/build.scm b/doc/build.scm
index 81bb946..e171b53 100644
--- a/doc/build.scm
+++ b/doc/build.scm
@@ -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))))
- branch master updated (e8c6644 -> 62e7864), guix-commits, 2019/11/28
- 01/07: doc: Handle right arrows in 'syntax-highlighted-html'.,
guix-commits <=
- 06/07: services: Add pam-mount., guix-commits, 2019/11/28
- 07/07: doc: Link to Guile's SXML section., guix-commits, 2019/11/28
- 05/07: ui: 'display-generation' emits a hyperlink for the generation., guix-commits, 2019/11/28
- 02/07: substitute: 'http-multiple-get' no longer drops requests above 1, 000., guix-commits, 2019/11/28
- 04/07: ui: Add 'file-hyperlink'., guix-commits, 2019/11/28
- 03/07: services: nginx: Add description., guix-commits, 2019/11/28