Matthias Endler
Matthias Endler
Quick update for anyone who'll stumble across this issue in the future: Excluding code blocks and `pre` elements is now done by default. There is a flag named `--include-verbatim` to...
We should definitely add usage examples for that yeah! There will be a proper lychee book with examples at some point, but in the meantime we could add it to...
As you pointed out, `xargs` is a common way to read inputs from a file. Let's see if there's more interest in adding an `--input-from` argument. We can add it...
Relevant discussion over on ripgrep: https://github.com/BurntSushi/ripgrep/issues/273
`--dump` only prints to stdout right now. It does not respect the output file. We should fix probably add support for that. 👍
Are there any good crates for AsciiDoc yet? Couldn't find any.
Smart. Would we have to wrap the pandoc commandline tool for that?
That's cool. Yeah let's do this.
How would we package the pandoc binary? In the Docker image it's pretty easy, but what about binary? Is there any `build.rs` file we could use as an example? I'd...
@lebensterben is probably right.