บทวิจารณ์สำหรับ Markdown Viewer Webext
Markdown Viewer Webext โดย Cimbali
62 บทวิจารณ์
- ได้รับการจัดอันดับ 5 จาก 5โดย Vedun, 5 วันที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Dennis, 1 เดือนที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 18719343, 5 เดือนที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 14643647, 9 เดือนที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Peter Lyons Kehl, 2 ปีที่แล้วThank you. So helpful. Confirming that it works in Firefox 116.0.2 on Manjaro Linux.
- ได้รับการจัดอันดับ 5 จาก 5โดย Chih-Hsuan Yen, 2 ปีที่แล้วI also got the security error, and looks like it is recognized by the author. Going back to the old version fixes it. From https://github.com/Cimbali/markdown-viewer/issues/106#issuecomment-1614403451,
> this is likely due to some errors in the latest release, which I’ve pulled from addons.mozilla.org. If you simply uninstall and reinstall the add-on you’ll revert to version 1.8.1 which is the previous one.
Thanks for the hard work! - ได้รับการจัดอันดับ 5 จาก 5โดย TheTwitcher, 2 ปีที่แล้วLightweight, no-fuss, and formatting looks great.
- ได้รับการจัดอันดับ 5 จาก 5โดย drukhier, 2 ปีที่แล้วVery nice add-on to comfortably read anything written in MarkDown.
Tiny suggestion: option to switch back to the raw view. - ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 17476775, 2 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย woutput, 2 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย atoad, 2 ปีที่แล้วIt does everything it should, but my new lines don't get rendered unless I double them.
When I write something like this:
"Hello
World"
It gets rendered as
"Hello World"
When I write
"Hello
World"
it gets rendered as
"Hello
World".
I am using Notepad++ to write the .md file and it uses [CR][LF] (Windows standard I think) as new line indicators.
Edit:
Updated my rating because I was just using it wrong.การตอบกลับของนักพัฒนา
โพสต์เมื่อ 2 ปีที่แล้วHi @atoad that’s correct, as specified by the markdown spec (see https://daringfireball.net/projects/markdown/syntax#p). To do a simple line break you can finish the line with either a single backslash (\), an html line break tag (<br />) or 2 spaces ( ). - ได้รับการจัดอันดับ 5 จาก 5โดย jgaray, 2 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Arun G, 3 ปีที่แล้วWorks well on ff 105. Had to follow workaround for Linux.
- ได้รับการจัดอันดับ 5 จาก 5โดย raina, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย b1nary b0y, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 16502277, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Duven60, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย JonWang, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย David C., 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย ผู้ใช้ Firefox 17240045, 3 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย 傻托, 4 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย parallel, 4 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย wu, 4 ปีที่แล้ว
- ได้รับการจัดอันดับ 5 จาก 5โดย Thomas, 4 ปีที่แล้วExtremely useful extension for viewing local .md files as HTML! And the Table of Contents feature is indispensable!! Thank you!