commit 28008d844264eddd806ee8a2bf33cfaf6466fde5 parent 6b261eb6f8828c3a91484b73ab39f89411170e38 Author: Matthew Flatt <mflatt@racket-lang.org> Date: Thu, 20 Oct 2016 07:46:47 -0600 handle 'nbsp in `content->string` Diffstat:
| M | scribble-lib/scribble/core.rkt | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/scribble-lib/scribble/core.rkt b/scribble-lib/scribble/core.rkt @@ -640,6 +640,7 @@ [(rarr) "->"] [(lang) "<"] [(rang) ">"] + [(nbsp) "\xA0"] [else (format "~s" c)]) op)])] [(op c renderer sec ri)