Go to file
Fernando Perez 3517c4a713 Merge pull request #717 from stefanv/htmlnotebook_highlight_markdown
Add source highlighting to markdown snippets, with a theme matching the CodeMirror one we use.

This only highlights source code in blocks that are indented 4 spaces in markdown cells, leaving <pre> blocks alone.  If highlight is desired in <pre> blocks, a further <code> block must be created.

The visual theme matches the one used for CodeMirror as much as possible.
2011-08-21 15:09:14 -07:00
docs/source/_static Update docs logo to our current one, other minor fixes. 2011-07-29 23:40:53 -05:00
IPython Add code highlighting to markdown cells. 2011-08-21 14:14:16 -07:00
.gitignore update gitignore to exclude dist and zipped man pages 2011-07-05 17:25:05 -07:00
setup.py Adding initial documentation on the notebook. 2011-08-11 09:19:43 -07:00
setupbase.py Finish removing ipython-notebook. 2011-08-17 13:36:38 -07:00