add missing symbolic elements in element->string
svn: r9883 original commit: 935ce0c9e35f1717e29f97058c1dd8873e006c68
This commit is contained in:
parent
ae5f6458d8
commit
1453e39789
|
@ -385,10 +385,13 @@
|
|||
[(delayed-element? c) (element->string ((delayed-element-plain c)))]
|
||||
[(string? c) c]
|
||||
[else (case c
|
||||
[(mdash) "---"]
|
||||
[(ndash) "--"]
|
||||
[(ldquo rdquo) "\""]
|
||||
[(rsquo) "'"]
|
||||
[(rarr) "->"]
|
||||
[(lang) "<"]
|
||||
[(rang) ">"]
|
||||
[else (format "~s" c)])])]
|
||||
[(c renderer sec ri)
|
||||
(cond
|
||||
|
|
Loading…
Reference in New Issue
Block a user