Literate icon indicating copy to clipboard operation
Literate copied to clipboard

A literate programming tool for any language

Results 31 Literate issues
Sort by recently updated
recently updated
newest added

I am having trouble including multiple files. Whenever I have multiple includes it gets into a loop of including the same file over and over, and complaining about redefinition. Each...

I'd like to configure this as a `.lit` [parser in Gitea](https://blog.gitea.io/2022/04/how-to-render-jupyter-notebooks-on-gitea/) but it needs the compiler to print the output on `stdout` instead of a file.

2 `$`s between backticks in markdown on the same line results in an equation, which isn't really desired between backticks in markdown. ``` @s Unintentional equation `$(FOO)` and `$(BAR)` are...

Hi, Is the given Markdown compiler run section-by-section? I cannot get footnotes to work properly (using kramdown+GFM) unless I put the footnote body right under the paragraph, and then the...

Hello, I am working with the latest version of Literate. References to code blocks that are contained in other code blocks are translated to clickable links in the html output...

I could not find a way to include the figure that is generated by a codeblock in the html file.

Most opensource projects nowadays have a README in markdown format. It would be great to be able to have Literate generate this README for me. To achieve this I need...

Here is a Windows build, in case one is interested: [lit_d09f0d1_win64.zip](https://github.com/zyedidia/Literate/files/5648713/lit_d09f0d1_win64.zip)

Is there a reason for `@s` generating headers exclusively with ``? As far as I get from the documentation, the only way to have proper (but unnumbered) subsections is using...