Markdown Viewer / Browser Extension
|
|
9 years ago | |
|---|---|---|
| background | 9 years ago | |
| content | 9 years ago | |
| css | 9 years ago | |
| images | 10 years ago | |
| themes | 10 years ago | |
| vendor | 9 years ago | |
| .editorconfig | 9 years ago | |
| LICENSE | 10 years ago | |
| README.md | 9 years ago | |
| manifest.json | 9 years ago | |
| syntax.md | 9 years ago |
markdown|mdown|mkdn|md|mkd|mdwn|mdtxt|mdtext|text| Option | Default | Description |
|---|---|---|
| gfm | true |
Enable GFM GitHub Flavored Markdown. |
| tables | true |
Enable GFM tables. This option requires the gfm option to be true. |
| breaks | false |
Enable GFM line breaks. This option requires the gfm option to be true. |
| pedantic | false |
Conform to obscure parts of markdown.pl as much as possible. Don't fix any of the original markdown bugs or poor behavior. |
| sanitize | false |
Sanitize the output. Ignore any HTML that has been input. |
| smartLists | false |
Use smarter list behavior than the original markdown. May eventually be default with the old behavior moved into pedantic. |
| smartypants | false |
Use "smart" typograhic punctuation for things like quotes and dashes. |
Compiler OptionsMarkdown/HTML button to switch between raw markdown and rendered HTMLDefaults button to reset back the compiler's optionsTo enable the extensions for local files:
chrome://extensionsAllow access to file URLs checkbox is checked for the Markdown Viewer extensionThe MIT License (MIT)
Copyright (c) 2013-2016 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.