aziz / knockdown

Github flavored Markdown for SublimeText and a custom theme for writing markdown
89 stars 17 forks source link

Add support for ```objc code fence #21

Open rastersize opened 8 years ago

rastersize commented 8 years ago

When marking a code block as Objective-C the short notation objc is often used. This patch makes the plugin understand both

```objective-c

and

```objc