sander / code-illuminated

Automatically exported from code.google.com/p/code-illuminated
0 stars 0 forks source link

Automatically replace dumb quotes and multiple dashes #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I think we should automatically try to change dumb quotes (`, ' and ") into
smart ones (&lsquo, ’), and multiple dashes (-- and ---) into en and
em dashes. For the quotes, we should try to find matching pairs. We should
avoid replacing the quotes and dashes within <code> and <pre> elements.

Original issue reported on code.google.com by sander.d...@gmail.com on 11 Jun 2009 at 4:36