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.
Code tries to access avatars from Twitter using http://twitter.com/api/users/profile_image?screen_name. But Twitter API doesn't serve this anymore. So either we need to place avatar url directly in the code or use this way (http://stackoverflow.com/a/17110904/2820154) to get the avatars.
In footer the four images are broken.
Code tries to access avatars from Twitter using
http://twitter.com/api/users/profile_image?screen_name
. But Twitter API doesn't serve this anymore. So either we need to place avatar url directly in the code or use this way (http://stackoverflow.com/a/17110904/2820154) to get the avatars.