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 11.\" Automatically generated by Pandoc 3.2
22.\"
3- .TH "download" "1" "June 2025" "Version 0.1.0" "Sample application"
3+ .TH "download" "1" "July 2025" "Version 0.1.0" "Sample application"
44.SH NAME
55\f[B] download \f[ R ] \- Sample application
66.SH SYNOPSIS
Original file line number Diff line number Diff line change 11% download(1) Version 0.1.0 | Sample application
22% Lana Lang
3- % June 2025
3+ % July 2025
44
55NAME
66==================================================
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ class Render < Base
3434 example 'bashly render --list'
3535 example 'bashly render :markdown --about'
3636 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'
3839 example 'bashly render /path/to/templates ./out_path'
3940
4041 attr_reader :watching , :target , :source
Original file line number Diff line number Diff line change @@ -40,5 +40,6 @@ Examples:
4040 bashly render --list
4141 bashly render :markdown --about
4242 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
4445 bashly render /path/to/templates ./out_path
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ ISSUE TRACKER
4444AUTHORS
4545 Lana Lang.
4646
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