stephenharris / WP-MarkDown

WP-MarkDown plug-in. Allows Markdown to be enabled in posts, comments and bbPress forums.
http://wordpress.org/extend/plugins/wp-markdown/
112 stars 19 forks source link

add a way to select a highlighting stylesheet #82

Open janwilmans opened 6 years ago

janwilmans commented 6 years ago
```cpp
int main()   
{   
  int i = 0;  
  return i;  
}
int main()   
{   
  int i = 0;  
  return i;  
}

maybe something like this to enable customizable code sections?