Andy Russell
Andy Russell
For now, could you just include the path to the default styles (`/_static/vendor/github-markdown-css/github-markdown.css`), with the caveat that this path may change?
Hey @cristobaltapia, I haven't tried this option. I'll give it a shot when I'm back at my home computer and see if I can reproduce.
I think this is a bit out of scope for this plugin. I'm working on a refactor of aurelius that will allow arbitrary renderers, and I think that will fit...
Sounds like a good idea.
As of now, the preview window is tied to the current buffer. Is the use case here that you want each preview to correspond to a single buffer? Doable, but...
cc @Yamakaky @Jerry-Ma I'm thinking about tackling this issue this week. Here's the current semantics (and how I use the plugin): 1. Open markdown buffer A (`BufEnter`). 2. Server is...
I haven't worked on this, no, but I think it would be a great feature.
Hello, I just pushed a commit that fixes a bug in this setting and clarifies the documentation. You can set Safari as your custom browser with `let g:markdown_composer_browser = 'open...
Disclaimer: New to ember. I'm trying to fix this, but I'm finding a bunch of questions on StackOverflow that say that you just *can't* run ember without a server, because...
Won't we still run into the same issues with ember? It would still be looking for the file at `/`. On Wed, Aug 9, 2017, 5:48 PM Michael Gattozzi wrote:...