view .hgignore @ 735:68f926e61d16

Revise Markdown handling of character entities. Ideally I'd like the ABC character entities to survive Markdown and then get converted. But because they start with '\', they don't. So I have no alternative but to convert them to HTML entities, which Markdown then converts to UTF-8.
author Jim Hague <jim.hague@acm.org>
date Thu, 12 Oct 2017 13:32:24 +0100
parents 7d04c6e5b289
children 86f408696c0b
line wrap: on
line source

syntax: glob

*~
*.ps
*.pdf
*.aux
*.log
*.orig

syntax: regexp
build/
graphics/
web/Morris.*/
web/Session.*/
web/Library.*/
Morris-.*
Session-.*