aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
authorTom Christie2014-08-20 00:19:03 +0100
committerTom Christie2014-08-20 00:19:03 +0100
commit874d2be83c612fb5e04aa6a28901c2afe4bf9d3b (patch)
tree0d3e8af717e5098f327dd30cb68f21f21864a8de /mkdocs.py
parent0c65e028b604490d498e43083fc3b46da05144fe (diff)
downloaddjango-rest-framework-874d2be83c612fb5e04aa6a28901c2afe4bf9d3b.tar.bz2
Release notes
Diffstat (limited to 'mkdocs.py')
0 files changed, 0 insertions, 0 deletions
expect(cbValue).toEqual('content'); }); it('should update heading numbers', function() { dom.h('heading', function() { this.html('<h1>sub-heading</h1>'); }); expect(dom.toString()).toContain('<h1 id="heading">heading</h1>'); expect(dom.toString()).toContain('<h2>sub-heading</h2>'); }); }); });