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)
|
||
|---|---|---|
| .. | ||
| bugdown | ||
| __init__.py | ||
| avatar.py | ||
| bulk_create.py | ||
| cache.py | ||
| context_managers.py | ||
| initial_password.py | ||
| parallel.py | ||
| query.py | ||
| response.py | ||