ryneeverett / mkcodes

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

More languages #13

Closed mattkatz closed 4 years ago

mattkatz commented 4 years ago

Ensure that we output each language in a file per markdown document.

If there are multiple language blocks in one document, each goes to the right file.

If the language is python, output init.py package indicators along the output tree to a file.

Allow multiple language descriptions for markdown blocks to go to the same file extension ("csharp", "c#" and "cs" all output ".cs" files)

mattkatz commented 4 years ago

Not sure why this is showing conflicts as they seem really clearly one-sided.

ryneeverett commented 4 years ago

Not sure why this is showing conflicts as they seem really clearly one-sided.

I rebased on master.

ryneeverett commented 4 years ago

I pushed some changes onto the rebase I did the other day. If you're going to push more to this branch you should pull first and then you wont re-push the conflicts.

mattkatz commented 4 years ago

I pushed some changes onto the rebase I did the other day. If you're going to push more to this branch you should pull first and then you wont re-push the conflicts.

Ok - I'm working off of a fork, so I'll figure that out. I think that just means doing a pull rebase from your master into my fork branch.

ryneeverett commented 4 years ago

This is a huge improvement, thanks for sticking with it!

mattkatz commented 4 years ago

Just checked into see the merge! Awesome! Feels great to contribute.