Anil
Anil
Hi, https://michelf.ca/projects/php-markdown/extra/#fenced-code-blocks I noticed this small issue with fenced code blocks: The following: ``` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ {.html #example-1} paragraph emphasis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Should parse into: ``` <p>paragraph <b>emphasis</b> ``` but actually...
Could we show where the log statement was executed from? - Like chrome dev tools - `Filename:LinoNo`. also, when using `console.tron.log()` could we show the data type? ``` console.tron.log("1.23"); console.tron.log(parseFloat("1.23"));...
Not sure if this is possible, but could we print a page in the tab by saving it to a pdf file?, Currently I can "Save as PDF" in the...