Text::Markdown::Discount
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
743 B

  1. .\" %A%
  2. .\"
  3. .Dd January 10, 2010
  4. .Dt MAKEPAGE 1
  5. .Os MASTODON
  6. .Sh NAME
  7. .Nm makepage
  8. .Nd convert markdown input to a fully-formed xhtml page
  9. .Sh SYNOPSIS
  10. .Nm
  11. .Op Fl V
  12. .Op Fl F Pa bitmap
  13. .Op Fl f Ar flags
  14. .Op Pa file
  15. .Sh DESCRIPTION
  16. The
  17. .Nm
  18. utility parses a
  19. .Xr markdown 7 Ns -formatted
  20. .Pa textfile
  21. .Pq or stdin if not specified,
  22. compiles it, then prints a fully-formed xhtml page to stdout.
  23. .Pp
  24. The
  25. .Fl F ,
  26. .Fl f ,
  27. and
  28. .Fl V
  29. flags are identical to the same options in
  30. .Xr markdown 1 .
  31. .Pp
  32. .Nm
  33. is part of discount.
  34. .Sh RETURN VALUES
  35. The
  36. .Nm
  37. utility exits 0 on success, and >0 if an error occurs.
  38. .Sh SEE ALSO
  39. .Xr markdown 1 ,
  40. .Xr markdown 3 ,
  41. .Xr markdown 7 ,
  42. .Xr mkd-extensions 7 .
  43. .Sh AUTHOR
  44. .An David Parsons
  45. .Pq Li orc@pell.chi.il.us