Ghost-Editor icon indicating copy to clipboard operation
Ghost-Editor copied to clipboard

Make Ghost Editor compatible with showdown latest

Open tivie opened this issue 8 years ago • 4 comments

  • turned a bunch of options on in showdown to set a "ghost" flavor markdown, similar to GFM
  • custom extensions live in their own repo, with proper tests against showdown
  • updated dependencies in package.json
  • should fix a number of issues and bugs in markdown parsing

tivie avatar Jan 29 '17 06:01 tivie

Should you choose to accept this PR, I can change ownership of the custom extensions repos to you.

tivie avatar Jan 29 '17 06:01 tivie

Thanks for that @tivie,

This will be a welcome improvement in our markdown rendering!

disordinary avatar Jan 30 '17 06:01 disordinary

No problem. You should decide what showdown options should be turned on and off so that I can create, in showdown, a "Ghost Flavor".

This way, code would be simplified and any changes in showdown via options could be integrated, automatically, in Ghost.

tivie avatar Jan 30 '17 20:01 tivie

Added one more commit to bump package.json versions.

Both showdown and extensions were tested in Ghost environment against a bigger number of tests. As a result, some minor issues and edge cases were fixed.

tivie avatar Jan 30 '17 23:01 tivie