zulip/zephyr
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
..
fixtures Rename zephyrs.json => messages.json in .gitignore. 2012-10-10 10:39:27 -04:00
jstemplates Rewrite remove_subscriptions to work like add_subscriptions. 2012-11-16 17:06:01 -05:00
lib bugdown: Use our local copy of fenced_code 2012-11-19 13:04:40 -05:00
management Fix banish_broken tool. 2012-11-14 16:57:21 -05:00
static Don't recompute search typeahead source every time. 2012-11-18 19:41:04 -05:00
static-access-control Lay the groundwork for a "typeahead helper" module. 2012-11-18 19:41:03 -05:00
tests tests/frontend/run: Make waiting for the server less noisy 2012-11-16 15:33:38 -05:00
__init__.py Initial Django commit: basic account, zephyr stream, narrowing, etc. 2012-08-28 12:44:51 -04:00
context_processors.py context_processors: Rename misleadingly named unused parameter 2012-11-07 17:46:46 -05:00
decorator.py Make @asynchronous's added 'handler' argument be keyword instead of positional 2012-11-15 12:52:46 -05:00
forms.py Implement MIT signups. 2012-10-29 16:59:37 -04:00
middleware.py Log how long requests take to process. 2012-11-14 15:52:57 -05:00
models.py Manage file locking using the 'with' statement 2012-11-16 13:43:44 -05:00
tests.py API: Add unsubscribe function. 2012-11-16 17:06:01 -05:00
views.py API: Add unsubscribe function. 2012-11-16 17:06:01 -05:00