summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-15 20:00:02 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-15 20:00:02 +0300
commiteda39c3aaa01298788b13edcd96adbc32ff8df62 (patch)
tree578a946cdec48f966148453c83ee609b2149cef8
parent88679dd39cc6803a803b48eb35d6d13bfc19da5e (diff)
downloadjt2-eda39c3aaa01298788b13edcd96adbc32ff8df62.tar.gz
refactor: move document YAML metadata to top
My Emacs' markdown-mode no longer gets confused by it. Sponsored-by: author
-rw-r--r--jt.md32
1 files 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&mdash;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&mdash;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
-...