M Pacer
                                            M Pacer
                                        
                                    And when you use it via neomake, do you still have a `.proselintrc` file? if so, you can add it to there manually by changing `misc.phrasal_adjectives : true` to `misc.phrasal_adjectives:...
Also, @kierun, what is the actual test case that raised this error that falsely stated that it was unnecessary? Am i missing something or is that example not here? Is...
Heads up…I think that this broke the rest of my vim setup. And there's no clear uninstall instructions.
I had managed to get to a steady state after a while; but yes I had been using vundle, but not pathogen. I think pathogen might have been part of...
@afshin (not sure who to ping around Codemirror changes these days… sorry if this is the wrong ping!) Just wanted to give a plus one on @pintail-xyz's analysis… this does...
I think the issue is that there _is_ no canonical location since the issue could arise in either library. My intuition is that here for some reason it’s seeing a...
If you use the print to PDF function directly does \pagebreak on a newline with new lines above and below not work? I'll try this in a bit but pandoc...
The solution is to use LaTeX under the hood and put ``` \pagebreak ``` wherever you want a pagebreak in pdf output… Note: this doesn't work for html export at...
Hard hiding is even easier. Just a sec and I'll have a version that does that as well.
Ok, now 2. is taken care of by the template `kill_hidden` at https://github.com/michaelpacer/hiding_tags_nbconvert/blob/master/kill_hidden.tpl. Because all we're doing is removing elements from the DOM I just needed to use the same...