Closed hileon closed 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'
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.
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".