Anthony Weems
Anthony Weems
@1e1f I just had a similar issue, so hopefully the root cause is the same. If you're testing locally with minikube, you'll need to start the minikube cluster with extra...
Per [this comment](https://github.com/showdownjs/showdown/issues/405#issuecomment-310393102) on an issue in showdown, I believe this can be fixed with by setting `simpleLineBreaks` to `false`. For example: ```js function parseMarkdownToHtml(markdown, convertEmojis, enableHighlight) { showdown.setFlavor('github'); const...
Thanks for the comments, I had no idea someone else was working on this. The reason I made my own function was for the special concat filter. I didn't want...
I can't seem to test with The Colbert Report anymore. Do you mind trying: ``` youtube-dl http://thecolbertreport.cc.com/videos/gh6urb/neil-degrasse-tyson-pt--1 ``` (or any video from Comedy Central, for that matter)