2025-01-22 20:43:49 +01:00
|
|
|
.TH scq 1 scq\-VERSION
|
2007-12-10 12:43:27 +01:00
|
|
|
.SH NAME
|
2025-01-22 20:43:49 +01:00
|
|
|
scq \- simple markup
|
2007-12-10 12:43:27 +01:00
|
|
|
.SH SYNOPSIS
|
2025-01-22 20:43:49 +01:00
|
|
|
.B scq
|
2007-12-10 18:24:50 +01:00
|
|
|
.RB [ \-h ]
|
2007-12-10 12:43:27 +01:00
|
|
|
.RB [ \-v ]
|
2007-12-10 18:24:50 +01:00
|
|
|
.RB [ \-n ]
|
|
|
|
.RB [ file ]
|
2007-12-10 12:43:27 +01:00
|
|
|
.SH DESCRIPTION
|
2025-01-22 20:43:49 +01:00
|
|
|
scq is a simple interpreter for a simplified markdown dialect.
|
2007-12-10 12:43:27 +01:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
|
|
|
.B \-v
|
|
|
|
prints version information to standard error, then exits.
|
|
|
|
.TP
|
|
|
|
.B \-h
|
|
|
|
prints usage information to standard error, then exits.
|
|
|
|
.TP
|
|
|
|
.B \-n
|
2007-12-10 13:26:38 +01:00
|
|
|
escapes all HTML Tags.
|
2007-12-10 12:43:27 +01:00
|
|
|
.SH BUGS
|
2025-01-22 20:43:49 +01:00
|
|
|
Report any bugs to tenno+scq@suij.in
|