vote up 1 vote down star

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.

flag
can you explain what you mean by presentation tools? – jpsilvashy Nov 3 at 4:52
my presentation tools mean below. i write only markdown file and want to show slide like slideshow.rubyforge.org/rest.html – sanemat Nov 3 at 6:11

2 Answers

vote up 0 vote down

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.

link|flag
thanks. it can change text-file(markdown) to html. – sanemat Nov 7 at 4:24
vote up 0 vote down check

i make it :)

http://slip.sane.jp/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.