##// END OF EJS Templates
Add highlighting of GFM code blocks with mistune
Add highlighting of GFM code blocks with mistune

File last commit:

r17214:c0cbf124
r17248:7852d0d3
Show More
pagemain.js
7 lines | 218 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
require(['base/js/page'], function(page) {
var page_instance = new page.Page();
page_instance.show();
});