You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 Literate to output markdown.
Although I agree that a README should not contain all source code, it would be nice to be able to reference certain code blocks in the README. Usage examples and performing project related tasks.
Also, if Literate outputs markdown, it would play nicer with other tools like pandoc and many other tools that allow markdown as input.
Maybe it's already possible to do this but I haven't been able to get it to work.
The text was updated successfully, but these errors were encountered:
I've experimented with the literate programming idea for a while now. I have added a concept of evaluating markdown code-blocks. With that feature I am able to also enable code weaving.
I have used markatzea in many of my projects. One feature I like is that I'm able to evaluate my usage examples and test if they are still valid and working, while at the same time rendering the output of those processes.
Not trying to steal Literate's thunder here. Just trying to explore the world of literate programming and share my findings.
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 Literate to output markdown.
Although I agree that a README should not contain all source code, it would be nice to be able to reference certain code blocks in the README. Usage examples and performing project related tasks.
Also, if Literate outputs markdown, it would play nicer with other tools like pandoc and many other tools that allow markdown as input.
Maybe it's already possible to do this but I haven't been able to get it to work.
The text was updated successfully, but these errors were encountered: