Tyler Hughes
Tyler Hughes
What about links to a comment of a diff? I know those sometimes appear in the news feed. Edit: Here's an example: https://github.com/github/VisualStudio/pull/118#discussion_r43778474
@jonan Looks good! Edit: By the way, after the next couple upcoming releases I think you'll have all the features that I generally use when on the website. Keep up...
Also, what about wiki links?
Any update on this? I'm having this problem with Stencil version 2.0.5 on Windows 10 x64.
I'll check into the cleanHtml question. As for the problem with the activeToolbarClass you should be able to do the following: ```js $('#editor').wysiwyg({ activeToolbarClass: 'active' }); ```
I just overlooked it when I was switching the examples over to use a CDN instead of Bower.
No, we have not implemented anything like that.
At this time no. You're the first person to report this issue. From a quick glance at the HTML the issue itself may just be in how we've got the...
The only thing that's inconsistent with the Bootstrap docs is we're missing `role="button" aria-haspopup="true"` from the anchor tag of the dropdown. We also have a `` tag instead of a...
No, there is currently no way to do this at this time. Per #66 this is something that I've already been looking in to, but have not yet come up...