1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 17:34:59 +00:00
serenity/Base/usr/share/man/man1/md.md
2019-09-28 23:06:22 +02:00

489 B

Name

md - render markdown documents

Synopsis

$ md [--html] [input-file.md]

Description

Read a Markdown document and render it using either terminal escape sequences (the default) or HTML. If a file name is given, md reads the document from that file; by default it reads its standard input.

Options

  • --html: Render the document into HTML.

Examples

Here's how you can render this man page into HTML:

$ md --html /usr/share/man/man1/md.md