zulip/zephyr/lib/bugdown
Keegan McAllister ba40bd390b bugdown: Use our local copy of fenced_code
And wire it up to our local copy of codehilite.  This fixes highlighting in
fenced code blocks, e.g.

~~~~ .js
var x = function () {
    return "hi";
};
~~~~

(imported from commit 0efb0c9b98a3acdf55e18bb1918af7960f3425be)
2012-11-19 13:04:40 -05:00
..
__init__.py bugdown: Use our local copy of fenced_code 2012-11-19 13:04:40 -05:00
codehilite.py codehilite: Allow the caller to disable line numbering 2012-10-19 23:54:10 -04:00
fenced_code.py bugdown: Use our local copy of fenced_code 2012-11-19 13:04:40 -05:00