angular-markdown-directive icon indicating copy to clipboard operation
angular-markdown-directive copied to clipboard

github flavored md not supported

Open ralyodio opened this issue 9 years ago • 1 comments

```javascript
var foo = 'bar';
```

ralyodio avatar Jan 10 '15 20:01 ralyodio

Looks to be a limitation of Showdown, this lib is just a thin angular wrapper for showdown.

You might want to try https://github.com/Hypercubed/angular-marked instead. Marked has an option to enable github-style markdown support.

evanplaice avatar Oct 10 '15 09:10 evanplaice