File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
lib/bashly/libraries/render Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# render script - mandoc
2+ #
3+ # You may set the environment variable PREVIEW to the full command you wich
4+ # to preview while generating. For example:
5+ #
6+ # PREVIEW="cli download" bashly render :mandoc docs --watch
7+ #
8+ # Alternatively, view any of the man pages with man:
9+ #
10+ # man docs/cli.1
11+ #
212
313# Load the GTX template
414template = "#{ source } /mandoc.gtx"
Original file line number Diff line number Diff line change 11# render script - markdown
2+ #
3+ # In order to preview your markdown files, you can use the madness markdown
4+ # server <https://madness.dannyb.co/>:
5+ #
6+ # $ gem install madness
7+ # $ madness server docs
8+ #
29
310# Load the GTX template
411template = "#{ source } /markdown.gtx"
You can’t perform that action at this time.
0 commit comments