บทวิจารณ์สำหรับ Markdown Viewer Webext
Markdown Viewer Webext โดย Cimbali
บทวิจารณ์โดย Nobitz
ได้รับการจัดอันดับ 3 จาก 5
โดย Nobitz, 7 ปีที่แล้วNot working with this URL: https://gist.githubusercontent.com/anonymous/6033c7fcb0caf7de6f0eec4637e79756/raw/71a19f13314e0e4af8c0913dd7131465b5910488/ja_en.md
And, it chooses wrong encoding system for Japanese characters. You can also reproduce it with above markdown file.
And, it chooses wrong encoding system for Japanese characters. You can also reproduce it with above markdown file.
การตอบกลับของนักพัฒนา
โพสต์เมื่อ 7 ปีที่แล้วYour site gist.githubusercontent.com replies with a CORS header Access-Control-Allow-Origin. Firefox therefore refuses to inject the add-ons scripts into the page, so your markdown never gets rewritten/beatified. If you save the file locally and view that in the browser, it should convert. But since your file is UTF-8 with no BOM, you will need to configure intl.charset.fallback.utf8_for_file to true. Please see the project README file for more details.