views:

203

answers:

2

hi, I search web-based markdown-file parser to presentation.

I want to presentation from online markdown-file, realtime parse. Because I want to manege markdown-files on git repository like github.

I try to parse on ruby script(gem) 'slideshow' or 'slidedown'. It is very useful but it need parsed before.

I know javascript base presentation tools a little. so I want to know javascript presentaiton tool. OR markdown-file parser on web-service I want.

thanks.

+1  A: 

Give Showdown a try, that way you can pass your markdown straight into your view from whatever backend your using and transform it into html with javascript, you will however need jQuery for this to work. Does this answer your question?

Hope your slides work well with this.

Joseph Silvashy
thanks. it can change text-file(markdown) to html.
sanemat
+1  A: 

i make it :)

http://slip.sane.jp/

sanemat