Markdown Viewer / Browser Extension
|
|
9 years ago | |
|---|---|---|
| chrome | 10 years ago | |
| css | 9 years ago | |
| fonts | 11 years ago | |
| images | 10 years ago | |
| js | 10 years ago | |
| jslib | 10 years ago | |
| themes | 10 years ago | |
| views | 10 years ago | |
| LICENSE | 10 years ago | |
| README.md | 10 years ago | |
| manifest.json | 10 years ago |
markdown|mdown|mkdn|md|mkd|mdwn|mdtxt|mdtext|textTo enable the extensions for local files:
chrome://extensionsAllow access to file URLs checkbox is checked for the Markdown Viewer extensionTo enable HTML tag rendering:
m icon in the right side of your browser's address barCompiler Options make sure the sanitize option is unchecked| Option | Default | Description |
|---|---|---|
| breaks | false |
Enable GFM line breaks. This option requires the gfm option to be true. |
| gfm | true |
Enable GitHub flavored markdown. |
| 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 | true |
Sanitize the output. Ignore any HTML that has been input. |
| smartLists | true |
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. |
| tables | true |
Enable GFM tables. This option requires the gfm option to be true. |
The 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.