Markdown Viewer / Browser Extension

simov 7f227b4bf5 Update readme 11 anos atrás
chrome dec2b8e107 Removed console log left over 11 anos atrás
css 3dd9d0fecd Initial commit 11 anos atrás
fonts 3dd9d0fecd Initial commit 11 anos atrás
images 3dd9d0fecd Initial commit 11 anos atrás
js 07ab2d0cbd Fix scroll position on web hosts 11 anos atrás
jslib 3dd9d0fecd Initial commit 11 anos atrás
themes bc88b26b1a Github theme update 11 anos atrás
views 07d0adca3b Update github styles 11 anos atrás
LICENSE 4eca8fd0ad Added license file 11 anos atrás
README.md 7f227b4bf5 Update readme 11 anos atrás
manifest.json e038157722 Fix description 11 anos atrás

README.md

Markdown Viewer / Chrome Extension

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.