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 16is a simple interpreter for a simplified Markdown dialect. 17When a 18.Ar file 19is specified it will read from the file, otherwise it reads from stdin. 20The options are as follows: 21.Bl -tag -width Ds 22.It Fl h 23Prints usage information to stderr, then exits. 24.It Fl l 25Set loading="lazy" hint attribute for images if it has a width and a height. 26.It Fl n 27Escapes all HTML tags. 28.It Fl v 29Prints version information to stderr, then exits. 30.El 31.Sh EXIT STATUS 32.Ex -std