mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
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)
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| jstemplates | ||
| lib | ||
| management | ||
| static | ||
| static-access-control | ||
| tests | ||
| __init__.py | ||
| context_processors.py | ||
| decorator.py | ||
| forms.py | ||
| middleware.py | ||
| models.py | ||
| tests.py | ||
| views.py | ||