mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Support podman-remote help on windows
* Update scipts to produce darwin and windows output * Update batch file to re-direct help requests to browser * Add pandoc filter for markdown to html links Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
5
docs/links-to-html.lua
Normal file
5
docs/links-to-html.lua
Normal file
@ -0,0 +1,5 @@
|
||||
# links-to-html.lua
|
||||
function Link(el)
|
||||
el.target = string.gsub(el.target, "%.1.md", ".html")
|
||||
return el
|
||||
end
|
Reference in New Issue
Block a user