This commit is contained in:
Nikita Ivanov 2022-06-15 23:43:23 +05:00
parent 78b1bf2f7a
commit d6642a19dc
No known key found for this signature in database
GPG Key ID: 6E656AC5B97B5133

View File

@ -183,7 +183,7 @@ program):
.PP .PP
.Ex .Ex
preview cow .moo {{ preview cow .moo {{
cowsay < "$f" \& cowsay < "$f"
}} }}
.Ee .Ee
.PP .PP
@ -204,14 +204,14 @@ contains \(lqsome text\(rq will produce the following output:
\# (__)\ )\/\ \# (__)\ )\/\
\# ||----w | \# ||----w |
\# || || \# || ||
\& \(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul \&\ \(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul\(ul\
\&< some text > \&<\ some\ text\ >
\& \(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi \&\ \(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi\(mi\
\& \(rs ^\(ul\(ul^ \&\ \ \ \ \ \ \ \ \(rs\ \ \ ^\(ul\(ul^
\& \(rs (oo)\(rs\(ul\(ul\(ul\(ul\(ul\(ul\(ul \&\ \ \ \ \ \ \ \ \ \(rs\ \ (oo)\(rs\(ul\(ul\(ul\(ul\(ul\(ul\(ul
\& (\(ul\(ul)\(rs )\(rs/\(rs \&\ \ \ \ \ \ \ \ \ \ \ \ (\(ul\(ul)\(rs\ \ \ \ \ \ \ )\(rs/\(rs
\& ||\(mi\(mi\(mi\(miw | \&\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ||\(mi\(mi\(mi\(miw\ |
\& || || \&\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ||\ \ \ \ \ ||
.Ee .Ee
.PP .PP
. .
@ -252,7 +252,7 @@ in preview definition:
.PP .PP
.Ex .Ex
preview json_example application/json {{ preview json_example application/json {{
# preview json files \& # preview json files
}} }}
.Ee .Ee
.PP .PP
@ -264,7 +264,7 @@ by replacing it with
.PP .PP
.Ex .Ex
preview any_text_example text/* {{ preview any_text_example text/* {{
# this one applies to all text files \& # this one applies to all text files
}} }}
.Ee .Ee
.PP .PP