Markdown Viewer / Browser Extension

simov 69926dfc5e Update github theme 10 роки тому
chrome cf512eb7ac Migrate to space indentation 10 роки тому
css 0293097a43 Update prism 10 роки тому
fonts 3dd9d0fecd Initial commit 11 роки тому
images 570b9a2b4e Remove dirty-shade image 10 роки тому
js cf512eb7ac Migrate to space indentation 10 роки тому
jslib 0293097a43 Update prism 10 роки тому
themes 69926dfc5e Update github theme 10 роки тому
views cf512eb7ac Migrate to space indentation 10 роки тому
LICENSE 33b6fe9d8f Update license formatting 10 роки тому
README.md dd0ea916e8 Update readme 10 роки тому
manifest.json 03753e3181 Version bump 10 роки тому

README.md

Markdown Viewer / Chrome Extension

Install

Features

  • built 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
  • built 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

After Install

In order to view local files, make sure that the Allow access to file URLs checkbox is checked for the Markdown Viewer extension in chrome://extensions

License

The MIT License (MIT)

Copyright (c) 2013-2015 Simeon Velichkov [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.