Markdown Viewer / Browser Extension

simov 07ab2d0cbd Fix scroll position on web hosts пре 11 година
chrome dec2b8e107 Removed console log left over пре 11 година
css 3dd9d0fecd Initial commit пре 11 година
fonts 3dd9d0fecd Initial commit пре 11 година
images 3dd9d0fecd Initial commit пре 11 година
js 07ab2d0cbd Fix scroll position on web hosts пре 11 година
jslib 3dd9d0fecd Initial commit пре 11 година
themes 3dd9d0fecd Initial commit пре 11 година
views 3dd9d0fecd Initial commit пре 11 година
LICENSE 4eca8fd0ad Added license file пре 11 година
README.md 9102cbf17a Improved readme пре 11 година
manifest.json 8a8aea2f64 Add home page url to manifest.json пре 11 година

README.md

#Markdown Viewer

##Install

##Features

  • build on top of the marked compiler
  • support for GitHub Flavored Markdown
  • full control over the compiler options
  • 20 themes from jasonm23 and mixu
  • syntax highlighted code blocks using prism
  • settings synchronisation through google sync
  • build as event page - the extension is loaded only when it's needed
  • quickly switch between raw markdown and html
  • supported file extensions markdown|mdown|mkdn|md|mkd|mdwn|mdtxt|mdtext|text
  • open source

##License

(The MIT License)

Copyright (c) 2013-2014 simov [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.