ng-showdown icon indicating copy to clipboard operation
ng-showdown copied to clipboard

Angular integration for Showdown

Results 6 ng-showdown issues
Sort by recently updated
recently updated
newest added

Are there any plans to upgrade this tool for angular 2? Or is ng1 the final version? I'm simply working on planning my upgrade strategy, and trying to discern both...

enhancement
help wanted

Strikethroughs in code blocks formatted with strikethrough (rather than displaying bare symbols). Example: | Code | Expected | Actual | Comment | |:------:|:----------:|:--------:|:-----------:| | ```~~text~~``` | ~~text~~ | ~~text~~ |...

bug

I have some options set with `$showdownProvider.setOption('', true);`. Some of them work, some act as though the option is not being set. (Have not tested extensively, so these are only...

Hello, I am not sure if this is a ng-showdown issue or Showdown issue but how to enable sanitization is missing from the docs. I had to look at multiple...

Add in set flavor function into the $showdownProvider. This would be a new option.

enhancement

The error is simply: ``` 15 10 2015 18:18:10.760:ERROR [framework.browserify]: bundle error 15 10 2015 18:18:10.760:ERROR [framework.browserify]: Error: Cannot find module 'showdown' from '../project/bower_components/ng-showdown/dist' ``` These are my installed packages...