chickadee » fancypants » make-smart-quote-rules

(make-smart-quote-rules [exceptions] [quotes])procedure

Create a ruleset that educates quotes. quotes defines the strategy of how to translate quotes to smart quotes. See the documentation for all-quotes for more info on the structure of this argument. Please note that here, the order doesn't matter because the replacement algorithm uses simple regexes. The symbols in exceptions are the tags to leave alone. (ie, under these nothing has its quotes changes)

exceptions defaults to default-exceptions and quotes defaults to all-quotes (see below).