smu.1 - smu - smu - simple markup (Markdown) processor (fork, fixes + features)
(HTM) git clone git://git.codemadness.org/smu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
smu.1 (608B)
---
1 .Dd May 13, 2021
2 .Dt SMU 1
3 .Os
4 .Sh NAME
5 .Nm smu
6 .Nd simple markup
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl h
10 .Op Fl l
11 .Op Fl n
12 .Op Fl v
13 .Op Ar file
14 .Sh DESCRIPTION
15 .Nm
16 is a simple interpreter for a simplified Markdown dialect.
17 When a
18 .Ar file
19 is specified it will read from the file, otherwise it reads from stdin.
20 The options are as follows:
21 .Bl -tag -width Ds
22 .It Fl h
23 Prints usage information to stderr, then exits.
24 .It Fl l
25 Set loading="lazy" hint attribute for images if it has a width and a height.
26 .It Fl n
27 Escapes all HTML tags.
28 .It Fl v
29 Prints version information to stderr, then exits.
30 .El
31 .Sh EXIT STATUS
32 .Ex -std