aboutsummaryrefslogtreecommitdiff
path: root/man/man1/stmd.1
blob: 6bfdd80543f6147d3da20568d89972c6fec552bc (plain)
  1. .TH "stmd" "1" "August 12, 2014" "stmd manual" ""
  2. .SH NAME
  3. .PP
  4. stmd \- convert markdown formatted text to HTML
  5. .SH SYNOPSIS
  6. .PP
  7. stmd [\f[I]options\f[]] [file*]
  8. .SH DESCRIPTION
  9. .PP
  10. \f[C]stmd\f[] acts as a pipe, reading from stdin or from the specified
  11. files and writing to stdout.
  12. It converts markdown formatted plain text to HTML, using the conventions
  13. described in the CommonMark spec.
  14. .SH OPTIONS
  15. .TP
  16. .B \f[C]\-\-ast\f[]
  17. Print an abstract syntax tree instead of HTML.
  18. .RS
  19. .RE
  20. .TP
  21. .B \f[C]\-\-help\f[]
  22. Print usage information.
  23. .RS
  24. .RE
  25. .TP
  26. .B \f[C]\-\-version\f[]
  27. Print version.
  28. .RS
  29. .RE
  30. .SH AUTHORS
  31. .PP
  32. John MacFarlane