jbt / markdown-editor

Live (Github-flavored) Markdown Editor
http://jbt.github.com/markdown-editor
ISC License
2.82k stars 643 forks source link

use github-markdown-css to imitiate Github Markdown style #59

Closed tnguyen14 closed 6 years ago

tnguyen14 commented 8 years ago

Use https://github.com/sindresorhus/github-markdown-css to replicate Github Markdown styles.

I also removed the styles for a and pre, code as they most clearly conflict with the new styles included. I might have missed others, so please feel free to let me know if other styles should be incorporated.

aero31aero commented 8 years ago

This is going to conflict with the changes I made in my PR #58 . I'd split the file index.html into three files,

  1. index.html
  2. index.css
  3. index.js

One of the merges would require manual intervention.

tnguyen14 commented 8 years ago

@aero31aero Funny I did that splitting in my own repo as well, but thought that was too intrusive of a change. Perhaps we can try to figure out the conflicts once #58 is merged.

aero31aero commented 7 years ago

@jbt Still busy? You've got some PR's pending.