Skip to content

Commit

Permalink
Update djot.md to fix a tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivish authored Aug 25, 2024
1 parent 00d273e commit 5fed3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/djot.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ djot [options] [file..]
djot is a command-line parser for [djot markup](https://djot.net).
It can produce

- an HMTL document (default behavior or `-t html`)
- an HTML document (default behavior or `-t html`)
- a stream of annotated tokens with byte offsets (`-t events`)
- an AST in either human-readable or JSON form (`-t ast`, `-t astpretty`).
- a djot document (`-t djot`)
Expand Down

0 comments on commit 5fed3e9

Please sign in to comment.