OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 334 forks source link

Remove `text-align:left` from github.css #322

Closed tiziano88 closed 10 years ago

tiziano88 commented 10 years ago

GFM has support for specifying alignment in tables by using colons in the header row (see https://help.github.com/articles/github-flavored-markdown#tables). Currently github.css overrides this by forcing left alignment for no good reason.

OscarGodson commented 10 years ago

Thanks!