-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert .md files to .toml files #31
Conversation
a407f82 split features.toml into many .md files with TOML frontmatters. This commit converts all .md files in the data/ directory to .toml files so that they can be more easily processed by other software. Closes jplatte#30.
Thanks! |
You're welcome :) Huh, your squash lost my commit message. |
Oh yeah, that was not intentional. Shouldn't really be a big deal though. |
I'm quite the stickler for commit messages^^ But yeah I guess it's fine. Out of curiosity does GitHub just do that by default? |
Oh btw my commit broke your example links in #16. |
Me too but not enough to rewrite history in this case.
Not usually.. I don't know what went wrong in this case. |
a407f82 split features.toml into many
.md files with TOML frontmatters. This commit converts all .md files in
the data/ directory to .toml files so that they can be more easily
processed by other software.
The files were converted with the following Python code:
Closes #30.