I get the following error:
Uncaught Error: Extension "prettify" could not be loaded. It was either not found or is not a valid extension.
I load it as stated in the docs:
var converter = new Converter({extensions: ['prettify']});
I wonder if anyone is still actively using this extension. npm suggest that there are barely 100 weekly downloads for this extension, whereas showdowjs itself has over 300k per week. Is there some other way of "prettifying" the code without using this extension that people tend to prefer?
I get the following error:
I load it as stated in the docs:
I wonder if anyone is still actively using this extension. npm suggest that there are barely 100 weekly downloads for this extension, whereas showdowjs itself has over 300k per week. Is there some other way of "prettifying" the code without using this extension that people tend to prefer?