Skip to content

Instantly share code, notes, and snippets.

/**************************************
* Header Counters in TOC
**************************************/
/* No link underlines in TOC */
.md-toc-inner {
text-decoration: none;
}
.md-toc-content {
@RexKang
RexKang / tools.py
Last active October 24, 2015 11:48 — forked from akhenakh/tools.py
try:
import simplejson as json
except ImportError:
try:
import json
except ImportError:
raise ImportError
import datetime
from bson.objectid import ObjectId
from werkzeug.wrappers import Response