Kristaps Dz
Kristaps Dz
Ok, I've put in the scaffolding for all of the other systems and just dropped your Linux collector in place. (For the time being!) I verify it compiles, at least,...
Ok! :) In the future, though, it'd be helpful if you were a bit more thorough in issues like this: - how you installed the software - what you did...
This has been fixed in recent commits and will appear in the next version. Thank you!
This was from a patch from the Nix folks, and is set in *term.h*. You can override this at compile-time by setting `pfx_header_n` for the prefixed '#' in n>1 headers,...
I'm closing this out due to lack of further information. For the record, running `pandoc -tman` on this same input does the same as `lowdown`.
This has been fixed in commit 0fb3e8f, which incorporates some modifications in [oconfigure](https://github.com/kristapsdz/oconfigure) specific to this issue. Thank you again everybody, and I'm sorry for taking so long! (I'll tag...
The first looks the same with **-tman** for `lowdown` and `pandoc` w/r/t horizontal spacing, giving the bullets a width of 2 and a left-justify at the margin, exactly as it...
Closed as implemented in #117
There are such keys in other formatters (e.g., `HTML Header`), however, they're really poorly thought out: there's no mention as to where in the header they're noted, or whether they...
If you have control of the software from source, you can edit [term.h line 167](https://github.com/kristapsdz/lowdown/blob/1200b9f4ceceb5795ccc0a02a2105310f0819222/term.h#L167) to be ``` static const struct pfx pfx_body = { "", 0 }; ``` This...