File tree Expand file tree Collapse file tree
examples/render-mandoc/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.\" Automatically generated by Pandoc 3.9
22.\"
3- .TH "download" "1" "March 2026" "Version 0.1.0" "Sample application"
3+ .TH "download" "1" "May 2026" "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- % March 2026
3+ % May 2026
44
55NAME
66==================================================
Original file line number Diff line number Diff line change @@ -79,6 +79,21 @@ render_markdown:
7979
8080 m`$ bashly render templates/markdown docs`
8181
82+ render_markdown_github :
83+ help : Copy the github markdown templates to your project, allowing you to customize the markdown documentation output.
84+ skip_src_check : true
85+ files :
86+ - source : " render/markdown_github/README.md"
87+ target : " templates/markdown_github/README.md"
88+ - source : " render/markdown_github/markdown.gtx"
89+ target : " templates/markdown_github/markdown.gtx"
90+ - source : " render/markdown_github/render.rb"
91+ target : " templates/markdown_github/render.rb"
92+ post_install_message : |
93+ Generate your markdown documentation by running:
94+
95+ m`$ bashly render templates/markdown_github docs`
96+
8297render_mandoc :
8398 help : Copy the mandoc templates to your project, allowing you to customize the man documentation output.
8499 skip_src_check : true
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ render_markdown
3434 Copy the markdown templates to your project, allowing you to customize the
3535 markdown documentation output.
3636
37+ render_markdown_github
38+ Copy the github markdown templates to your project, allowing you to customize
39+ the markdown documentation output.
40+
3741render_mandoc
3842 Copy the mandoc templates to your project, allowing you to customize the man
3943 documentation output.
Original file line number Diff line number Diff line change 102102 expect ( subject . libraries . keys ) . to match_array %i[
103103 colors completions completions_script completions_yaml config
104104 help hooks ini lib settings stacktrace strings validations yaml
105- render_markdown render_mandoc
105+ render_markdown render_markdown_github render_mandoc
106106 ]
107107 end
108108
You can’t perform that action at this time.
0 commit comments