##// END OF EJS Templates
Backport PR #5944: Markdown rendering bug fix....
Backport PR #5944: Markdown rendering bug fix. The wrong signature of `$()` was being used wrong: http://api.jquery.com/jQuery/#jQuery1 right: http://api.jquery.com/jQuery/#jQuery2 Instead of implictly calling parseHTML, call it explicitly. ...

File last commit:

r11033:fa36e98f
r17050:01ba807a
Show More
custom.css
6 lines | 144 B | text/css | CssLexer
MinRK
add empty custom.js/css...
r7925 /*
Placeholder for custom user CSS
Brian E. Granger
Removing one level uf subdirs in static/custom.
r10739 mainly to be overridden in profile/static/custom/custom.css
MinRK
add empty custom.js/css...
r7925
This will always be an empty file in IPython
*/