jotdown/src
kmaasrud 896c7004c4 add input and output args to CLI
This commit also adds a help text, accessible with the `--help` flag, as
well as a version text, available by using `--version`. My hope is that
this commit will make the jotdown CLI a bit friendlier to use.
2023-02-08 22:43:07 +01:00
..
attr.rs fixup! block attributes 2023-02-05 20:36:49 +01:00
block.rs bug: fix tightness, ignore end blanklines 2023-02-07 21:51:31 +01:00
help.txt add input and output args to CLI 2023-02-08 22:43:07 +01:00
html.rs document lib API 2023-02-05 20:36:49 +01:00
inline.rs impl Clone, Copy on public objects 2023-02-05 20:36:49 +01:00
lex.rs implement symbols 2023-02-05 20:36:49 +01:00
lib.rs block: add Element::list 2023-02-07 21:49:35 +01:00
main.rs add input and output args to CLI 2023-02-08 22:43:07 +01:00
span.rs block: count indent in chars instead of bytes 2023-02-05 20:36:49 +01:00
tree.rs update tree 2023-02-05 20:36:49 +01:00