From a940ba5299babf61ab6dfc72f308ea362cb6e4ec Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Mon, 8 Mar 2021 16:41:32 -0500 Subject: [PATCH] Add Credits to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b2b1638..23b967f 100644 --- a/README.md +++ b/README.md @@ -223,3 +223,13 @@ written is the same as passed on the command line. Small bug fixes can be contributed by modifying the prose and code in the existing files. Larger features can be included as a patch in a new file. + +## Credits + +`lmt` is primarily authored by Dave MacFarlane ([@driusan](https://github.com/driusan/)). Bryan Allred ([@bmallred](https://github.com/bmallred/)) improved the +parsing code to include the metadata in the code block header rather than a +rendered markdown header. [@mek-apelsin](https://github.com/mek-apelsin/) +wrote the patch to include pragmas for line numbers, and Dave Abrahams +([@dabrahams](https://github.com/dabrahams/)) wrote the demo of features in +this README, making it more user-focused (it previously dove straight into +implementation.)