volca

Results 10 comments of volca

The page doesn't send encoding in the response header. the header is ``` content-type: text/plain ``` e.g. it should contains the charset part ``` Content-Type: text/html; charset=utf-8 ```

@zgce is it possible to extend the MathJax extension with the feature?

click the icon for "markdown preview plus", there's a option for "Disable render markdown". It can disable render markdown for current page. Does this resolve your problem?

Please check the response headers for the `content-type` for the MIME type. see my screenshot. You can find it in the DevTools of Chrome.

It's the default behaviour for Chrome when printing html. No better idea to change this.

Please check the [WUD-Ducky](https://github.com/tobozo/WUD-Ducky) project. It's possible to add payload with the firmware.

Most of the markdown community uses markdown links. It’s what the markdown standard defines a link should look like, and it’s what’s supported on most apps, scripts and services. It’s...

> @MichaelDu9226 新版本会处理掉。到时通知你 Any update for the issue? 请问这个问题有什么进展吗?

Please check [the source code v1.3.2](https://github.com/joelsernamoreno/EvilCrowRF-V2/blob/main/firmware/v1.3.2/EvilCrow-RFv2/EvilCrow-RFv2.ino#L20) ``` #define SD_SCLK 18 #define SD_MISO 19 #define SD_MOSI 23 #define SD_SS 22 SPIClass sdspi(VSPI); // ..... void setup() { // ... sdspi.begin(18, 19,...

Did you do the two steps? * Copy the `EvilCrowRF-V2/firmware/v1.3.2/SD/HTML` folder to a MicroSD card. * Copy the `EvilCrowRF-V2/firmware/v1.3.2/SD/URH` folder to a MicroSD card. Did you find the HTML and...