Open
Description
Information:
- Prism version: latest
- Plugins: none
- Environment: docsify
Description
When using a codeblock with cpp code:
It trips over singlequotes ('') that are inside of a double quoated ("") strings
Docsify plugin error TypeError: y.next.value is null.
Example
if(modem.mqttSubscribe("waltertopic")) {
ESP_LOGI("mqtt", "subscribed to topic 'waltertopic'");
} else {
ESP_LOGI("mqtt", "subscribe failed");
}
This is an example codeblock
Note
I have not tested if this behaviour is the same when used outside of docsify, although I can confirm it is prism-cpp that is causing the error.
Metadata
Metadata
Assignees
Labels
No labels