diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-22 00:50:26 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-22 00:50:26 -0400 |
commit | 064af7268d29bbbd66b47c379a5dcf77a13aa2ee (patch) | |
tree | 01708aedc1d2fca00945d6459ecd3777b3d82c3a | |
parent | ada49a8aca89eeb23bee69bebea468681657333c (diff) |
added filetype description in README
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,15 @@ # tmplt A hierarchical filetype based on descriptions and a directed acyclic -graph. `template` is an example of this filetype +graph. + +# filetype description +`template` is an example of this filetype. + +For every line, +- colon, start new topic +- hyphen and optional spaces, treat as link +- nothing (i.e. trailing spaces and a nl), skip. +- dot or other, take literally (as a desc) + +Always trim ending spaces |