btford / btford/angular-markdown-directive
Library and Function Names changed
Open
- Dominant language
- JavaScript
- Stars
- 564
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
It appears that showdownjs changed the library and function name. So creating a new showdown fails.
`return new Showdown.converter(opts);` should be changed to `return new showdown.Converter(opts);`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.