memeplex
memeplex
See the section "Formatting Issues" in https://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html, about gobbling up excess whitespace. It's not the behavior of airspeed.
The right way to do this document.body.replaceChild(newNode, markdownEl); is markdownEl.parentNode.replaceChild(newNode, markdownEl); otherwise some browsers get confused in some sites (try, for example, to put strapdown inside blogspot, it won't work...
I'd no time to give this a look but I guess the problem is here: ``` // Style tables var tableEls = document.getElementsByTagName('table'); for (var i=0, ii=tableEls.length; i
Instead of the pretty broken ``` sapply(1:10, function(i) { sapply(1:10, function(j) { c(i, j) }) }) ``` you should get something like ``` sapply(1:10, function(i) { sapply(1:10, function(j) { c(i,...
Sometimes lilyterm starts as in the attached screenshot. Usually this happens with the first lilyterm window, so it's difficult to reproduce when launching lilyterm from lilyterm itself (but I've tried...
The CLI offers `--unredir-if-possible`, but it seems to be the default, to invert the condition I need to create a config file with `unredir-if-possible = false`. Once I do that...
Not that this is all too important, but given that in a (lesser) sense yours is also a python programming showcase, wouldn't it be desirable to honour pep8 suggestions? For...
As described [here](https://emacs.stackexchange.com/a/46348/19894)
Please add an option to set a minimum package threshold below which notification is not shown. It's very distracting having to see updates notifications all the time. Setting a larger...
Look at the two attached screenshots. The dropbox icon is coming from an argos script. In one of the screenshots it's focused (look at the subtle grey line above the...