Open tamlok opened 8 years ago
Hi, thanks for your great work! Does peg-markdown-highlight support the code block? For example:
#include <iostream> int main() { int a, b; }
It seems not working well (mis-interpret #include <iostream> as a title). Thanks very much!
#include <iostream>
Hi, thanks for your great work! Does peg-markdown-highlight support the code block? For example:
It seems not working well (mis-interpret
#include <iostream>
as a title). Thanks very much!