File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
examples/render-mandoc/docs Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
.\" Automatically generated by Pandoc 3.2
2
2
.\"
3
- .TH "download" "1" "June 2025" "Version 0.1.0" "Sample application"
3
+ .TH "download" "1" "July 2025" "Version 0.1.0" "Sample application"
4
4
.SH NAME
5
5
\f[B] download \f[ R ] \- Sample application
6
6
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
1
% download(1) Version 0.1.0 | Sample application
2
2
% Lana Lang
3
- % June 2025
3
+ % July 2025
4
4
5
5
NAME
6
6
==================================================
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ class Render < Base
34
34
example 'bashly render --list'
35
35
example 'bashly render :markdown --about'
36
36
example 'bashly render :markdown docs --watch'
37
- example 'bashly render :markdown docs --show "cli-download.1"'
37
+ example 'bashly render :markdown docs --show "cli download.md'
38
+ example 'bashly render :mandoc docs --show cli-download.1'
38
39
example 'bashly render /path/to/templates ./out_path'
39
40
40
41
attr_reader :watching , :target , :source
Original file line number Diff line number Diff line change @@ -40,5 +40,6 @@ Examples:
40
40
bashly render --list
41
41
bashly render :markdown --about
42
42
bashly render :markdown docs --watch
43
- bashly render :markdown docs --show "cli-download.1"
43
+ bashly render :markdown docs --show "cli download.md
44
+ bashly render :mandoc docs --show cli-download.1
44
45
bashly render /path/to/templates ./out_path
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ ISSUE TRACKER
44
44
AUTHORS
45
45
Lana Lang.
46
46
47
- Version 0.1.0 June 2025 download(1)
47
+ Version 0.1.0 July 2025 download(1)
You can’t perform that action at this time.
0 commit comments