From eda39c3aaa01298788b13edcd96adbc32ff8df62 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 15 Sep 2021 20:00:02 +0300 Subject: refactor: move document YAML metadata to top My Emacs' markdown-mode no longer gets confused by it. Sponsored-by: author --- jt.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/jt.md b/jt.md index c32ea62..2066690 100644 --- a/jt.md +++ b/jt.md @@ -1,3 +1,19 @@ +--- +title: "jt—a journalling tool" +author: +- Lars Wirzenius +- Daniel Silverstone +template: python +bindings: +- subplot/jt.yaml +- lib/files.yaml +- lib/runcmd.yaml +functions: +- subplot/jt.py +- lib/files.py +- lib/runcmd.py +... + # Introduction The **jt** software (short for "journalling tool") is a helper for @@ -317,19 +333,3 @@ typeset into HTML or PDF or to generate a program that automatically verifies that all acceptance criteria are met. [Subplot]: https://subplot.liw.fi/ - ---- -title: "jt—a journalling tool" -author: -- Lars Wirzenius -- Daniel Silverstone -template: python -bindings: -- subplot/jt.yaml -- lib/files.yaml -- lib/runcmd.yaml -functions: -- subplot/jt.py -- lib/files.py -- lib/runcmd.py -... -- cgit v1.2.1