Dynamic loading and unloading for math support
commit32efe53af9feb31feaea5c01846b4c464882404d
authorJason Blevins <jrblevin@sdf.org>
Fri, 8 Mar 2013 22:28:18 +0000 (8 17:28 -0500)
committerJason Blevins <jrblevin@sdf.org>
Mon, 11 Mar 2013 20:47:12 +0000 (11 16:47 -0400)
treeae24ba8694e833b6e6f5ecbd3ebf773ff68ae293
parent4930f1cf10666cfa8f1d78560b0a9c015a1a557b
Dynamic loading and unloading for math support

Allow `markdown-enable-math' to be set as a local file variable, with
a predicate for ensuring it's safe.

Make `markdown-mode-font-lock-keywords' a local variable.

Add a font lock refresh function `markdown-reload-extensions', which
updates the font-lock keyword list for the current settings and
refontifies the buffer.

Rename regexes with -latex to more generic -math.

Includes unit tests for file local variables, dynamic loading, and
font lock.
markdown-mode.el
tests/markdown-test.el