lit icon indicating copy to clipboard operation
lit copied to clipboard

a little preprocessor for literate programming

Results 6 lit issues
Sort by recently updated
recently updated
newest added

I know the interface and the overall structure of the program is not complicated, however it would be really beneficial if `lit.sh` shows available options and some information about how...

When the `--before`/`-b` flags are used to comment out Markdown content, `awk` prints a space after the character that begins the comment. This is fine when there is a line...

Currently `lit` always assumes it is processing GitHub Flavored Markdown documents in which code and prose are distinguished with triple backticks. Allowing the user to specify an alternative token with...

So far `lit` always assumes your intention is to build the Markdown source into executable code, but there are also cases where isolating the documentation is useful – publishing a...

[lit-node](https://github.com/Rich-Harris/lit-node) is intended for use only with JavaScript and thus requires you to add a language specifier after the fence backticks. This allows you to include code written in other...

The awk portion of this tool began as an adaptation of [@trauber's gist](https://gist.github.com/trauber/4955706) that was simply reformatted across multiple lines for the sake of clarity, but it has changed a...