lowdown icon indicating copy to clipboard operation
lowdown copied to clipboard

simple markdown translator

Results 34 lowdown issues
Sort by recently updated
recently updated
newest added

Being able to list keywords as a companion to extracting with `-X` would be helpful in my use case, which is writing metadata values into the head section of an...

Lowdown seems to introduce some whitespacing errors and misinterpretation(?) of markdown syntax to the man pages it generates. See example screenshot below. Left is `lowdown`-generated, right is `mrkd`-generated. Notice the...

it's very unclear in the documentation that BOTH --term-columns --term-width must be set in order to get a wider rendering

"# something" translates to red+"something" while "## somethineg else" translates to green+"## something else", IE: the '#' stay. this can be seen in your own example: https://kristaps.bsd.lv/lowdown/screen-term.png

Is there a way to give a list of ANSI colors for the rendering in term mode?

I have successfully built lowdown to WebAssembly, using the wasm32-wasi target. The resulting wasm binary can be executed locally with wasmtime (`wasmtime lowdown`), wasmer (`wasmer lowdown`) and wasmedge, or deployed...

Apologies if I am overlooking something! Markdown syntax is notoriously fragmented. For metadata, lowdown uses [MultiMarkdown](https://fletcherpenney.net/multimarkdown/)-style syntax, but YAML metadata blocks seem to be more standard for that purpose (cf....

This is necessary for cross-compiling or other optimizations etc.

While lowdown has its own metadata system (which is great btw!) some tools and workflows rely on embedding metadata with simple `` and `` tags in documents, for example when...

https://github.com/kristapsdz/lowdown/blob/edca6ce6d5336efb147321a43c47a698de41bb7c/man/lowdown.1#L110 man/lowdown.1 states for `-X` > Output the metadata value of keyword or an empty string if not found. I do not get any empty string, but rather a message...