## gitlink: macro # # Usage: gitlink:command[manpage-section] # # Note, {0} is the manpage section, while {target} is the command. # # Show GIT link as: (
); if section is defined, else just show # the command. [attributes] caret=^ ifdef::backend-docbook[] [gitlink-inlinemacro] {0%{target}} {0#} {0#{target}{0}} {0#} endif::backend-docbook[] ifdef::backend-xhtml11[] [gitlink-inlinemacro] {target}{0?({0})} endif::backend-xhtml11[]