标示
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-15.
MarkView 标示
NOTICE: For more new features, please use MarkView ( https://chrome.google.com/webstore/detail/markview/iaddkimmopgchbbnmfmdcophmlnghkim ) instead. In the meantime, Markdown Viewer need to be disable/delete because both can't work properly together.
markdownViewer
====================
markdownViewer is a Chrome extention for reading markdown file with
an outline view, support Github table styles.
Features:
====================
1. Show outline beside the content in scrollable way
2. Auto reload local file when file is changed (Post-installation: select "Allow access to file URLs" option in chrome://extensions/)
3. Have buttons for GoTop, ViewSource and GoBottom
4. Highlight the code area with red color.
5. Support Github table styles with inline HTML.
6. Viewing markdown file in HTML format
Change Log
================
1.0.12 1.0.11 1.0.10 1.0.9 Update document.
1.0.8 Support Github table styles, update the screenshot.
1.0.7 Move buttons to right bottom corner, update the screenshot
1.0.6 Move buttons to right to keep outline and buttons in one place; update outline css to have
better fit size
1.0.5 Some UI changes: change width percentage; move top, source, bottom to left
1.0.4 Used marked.js instead of showdown.js to render MD
1.0.3 Removed container border when print
1.0.2 Add Wiki and Screen Shot
1.0.1 Initial
Inside markdown file, table format code example
========
### A test for table
<table>
<tr>
<th>Head1</th><th>Head2</th>
</tr>
<tr>
<td>Foo1</td><td>Foo2</td>
</tr>
<tr>
<td>Foo3</td><td>Foo4</td>
</tr>
</table>
### Done for table
Source Code
====================
https://github.com/swcool/markdownViewer/wiki
License
====================
markdownViewer is released under the MIT license:
The MIT License
Latest reviews
Would be a five-star-app but it doesn't work with local files. It worked previously but now it throws a CORS-related exception.
It is the best among all the available ones and it's nearest to github theme too. It could be better if <hr> were plain and Injected CSS gets injected itself.
I tried many different markdown viewers, and this is the best, hands down. The wysiwyg editor is also very nice.
I love the extension. IMHO this is the best markdown viewer out there. My only request is that the file extension could be customized: i.e. I view markdown files in a variety of file extensions like .vimwiki)
Deze Markdown-viewer doet wat ie moet doen: documenten met Markdown-opmaak correct weergeven. Geen additionele instellingen zijn noodzakelijk.
After trying several different markdown viewers, this is the best so far. The other three I tried did not render tables. This one does. I gave four stars instead of five because the table rendering includes the vertical bars that defined the table in markdown, when I think it really should highlight the region in a different background, and not display the vertical bars.
perfect - does what it says.
Best in this class
Works Well and support Chinese!
Does nothing - even the 'test sample' URL is broken. Woeful.
awesome first impression
Doesn’t work with local files = unusable.
Love it. Before start using, remember to allow access to local file urls in chrome://extensions/ list
Doesn't seem to do anything. Links for samples and settings are broken (404)
Great it applys Latin chars just right.
Works better than other extensions.
Works better than Markdown Previewer Plus on markdown generated by emacs org-mode. Don't forget to allow access to local file urls in chrome://extensions/ list.
What?! How does it work? Tried to open .md files a couple of different ways and nothing.
Doesn't seem to do anything, no obvious way to activate it. Then in the comments on this site is says its deprecated and use Markview. Why not remove it? Markview also questiobable, by the wau
Serving my purpose
Doesn't support Tables.
Works fine, thanks!
Very good Markdown Preview, specially because of the TOC sidebar on the right.
Unfortunately, does not support tables syntax
Not working
Would have been much more useful if it supported tables github style.