Dan Brooks
Dan Brooks
@lukejacksonn +1 for this
Thanks so much for the speedy response/workaround, I was struggling to get my workaround idea to work myself :( I was originally going to open this issue against stack, when...
Could be an issue with `casper` / `phantomcss`? this module is just a wrapper around those for running with `gulp`. Do your tests run okay when you're using phantomcss directly?
Horizontal rules are block level elements in html, and in markdown they are only generated if they're the only thing on that line. So really the code needs to go...
In paragraph builder, there needs to be a method called something like `doHorizontalRule`, it should check the string member `current` (the string representing the current paragraph) to see if it...
89945f277b723ce849e531b8656247e60f856875 adds in this functionality, only for Header1 for the time being.
Sorry for the delayed response, I notice in your example above you're using `https://local-hostname` ? Is this URL accessable via `https`?
Yes okay, that sounds good. StripDoubleLines was a bit of a 'quick and dirty' way of achieving the wrapping effect anyway and it is probably best done the way you...