btford / angular-markdown-directive

AngularJS markdown directive using Showdown.js
569 stars 120 forks source link

github flavored md not supported #29

Open ralyodio opened 9 years ago

ralyodio commented 9 years ago
```javascript
var foo = 'bar';
evanplaice commented 9 years ago

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.