- About markdown-codeblocks-processor
- Getting Started
- Contact Us
- Authors
- Licence
- Acknowledgments
- References
markdown-codeblocks-processor is a golang software to execute codeblocks with the specified interpretor inside your markdown files
List elements represent a task If your task is link to markdownfile, it will be included
You can find here, more information about what the final product should look like
In order to build the program from sources, you need go to be installed on your computer You can verify it by running:
go version
git clone https://github.com/thdelmas/markdown-codeblocks-processor # Fetch source files
How does someone test the code ?
cd markdown-codeblocks-processor # Go in this famous directory
go build &&
./markdown-codeblocks-processor --playbook ./tests_files --execute
How does someone use the code ?
Flag | Type | Usage |
---|---|---|
--playbook |
Path | The file you want to parse |
--execute |
Boolean | Whether you want to execute code bloc or not |
- Jerry - Initial design
See also the list of contributors who participated in this project.
License - see the LICENSE file for details
Thanks to all people spending their time to make a better world