ogom / sublimetext-markdown-slideshow

Sublime Text 2/3 plugin for markdown slideshow
http://ogom.github.com/sublimetext-markdown-slideshow
93 stars 18 forks source link

got error when run slideshow on OSX 10.7/ST2.0.1 #5

Closed hileon closed 12 years ago

hileon commented 12 years ago

error in console and nothing show up in browser

File "./markdown/init.py", line 166, in registerExtensions ValueError: Extension "builtin.NoneType" must be of type: "markdown.Extension".

ogom commented 12 years ago

please delete the ['fenced_code', 'tables'] line 41 of MarkdownSlideshow.py

html = markdown(contents, ['fenced_code', 'tables']) + '\n'

to change

html = markdown(contents) + '\n'
hileon commented 12 years ago

Thanks, this change saved me.

Cool sublime text 2 package, I like the idea of using markdown as slide source. I used to use a tiddywiki with a slide plug-in as my slide tool, now you got me a more powerful one.