ryneeverett / mkcodes

A command-line utility for pulling code blocks out of markdown files.
Apache License 2.0
15 stars 7 forks source link

example useage #7

Open mattkatz opened 4 years ago

mattkatz commented 4 years ago

I'm trying to use this as a way to produce a tested/testable code cookbook site.

If you're using mkcodes anywhere, it would be helpful to point to a place where it's used or examples of linting and testing code blocks in a markdown doc.

ryneeverett commented 4 years ago

I've only used mkcodes for my personal notes so I can't point to any published examples.

If you're struggling to figure out how to use mkcodes, I'd recommend reviewing the tests directory.