xeoncross / jr

Jr. the static, static javascript site generator (you should see this)
Other
758 stars 39 forks source link

Using the last version of showdown.js #25

Open Gusatomik opened 9 years ago

Gusatomik commented 9 years ago

I tried to use the last version of showdown.js from https://github.com/showdownjs/showdown but my site was then loading and still loading and always loading... Do you think that could be compatible with minor changes ?

Cheers

leoncvlt commented 9 years ago

Same here. What's the plus on using the latest version of showdown.js? I noticed that quotes with the ">" in markdown are not working with the current version, as of

Hello Quote

nihonjinrxs commented 8 years ago

I poked at updating to the latest version of showdown.js, and nothing really changed in the rendering. The change is not much: uncapitalize the Showdown object, and capitalize the converter class within it. The key is, all the "extensions" being used at the moment are not recognized by the new version. I didn't dig into that at all.

jonathonf commented 7 years ago

I've put together a PR https://github.com/Xeoncross/jr/pull/27 that updates showdown and its libraries. It works fine for me, but please test. ">" quotes still don't work though. :(