Turning on smartquotes for HTML output
Hiroki Sato
hrs at FreeBSD.org
Thu May 5 17:31:10 UTC 2005
Murray Stokely <murray at freebsdmall.com> wrote
in <20050505132411.GC6071 at freebsdmall.com>:
mu> - (literal "``")
mu> + (literal "“")
mu> (process-children)
mu> - (literal "''")))
mu> + (literal "”")))
Hmm, I am not sure but (make entity-ref) may be reasonable here:
(element quote
(make sequence
- (literal "``")
+ (make entity-ref name: "#8220")
(process-children)
- (literal "''")))
+ (make entity-ref name: "#8221")))
--
| Hiroki SATO
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20050506/7d5b9b84/attachment.sig>
More information about the freebsd-doc
mailing list