1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-11 14:22:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Sergey Bugaev
3089b539f0 Userland: Add an md command
This command uses LibMarkdown to parse and render Markdown documents
either for the terminal using escape sequences, or to HTML. For example,
you can now do:

$ md ReadMe.md

to read the Serenity ReadMe file ^)
2019-09-28 18:29:42 +02:00