Code52 / MarkPadRT

166 stars 51 forks source link

Code blocks with ``` #32

Open domenic opened 11 years ago

domenic commented 11 years ago

I exclusively write my code blocks like

```js
var url = document.location.href;
```

Any way you guys could add support for this to MarkPadRT? No need for syntax highlighting, just an alternate way of doing code blocks for now.

ghost commented 11 years ago

Technically thats GitHub's flavour of markdown, not 'strict' markdown. That being said, I agree that it'd be useful to have (I use that style on my blog too). Ill have to see how tricky it'd be to modify the WinRT Markdowndeep port