Sha256: 80aa78d8dda6ba53363814de42a5232cd98b4db628d5ce79e84a35d49ee57bd4
Contents?: true
Size: 581 Bytes
Versions: 10
Compression:
Stored size: 581 Bytes
Contents
## linkstick: macro # # Usage: linkstick:command[manpage-section] # # Modelled after the linkgit macro # # {0} is the manpage section, {target} is the command # ## [macros] (?su)[\\]?(?P<name>linkstick):(?P<target>\S*?)\[(?P<attrlist>.*?)\]= ifdef::backend-docbook[] [linkstick-inlinemacro] {0%{target}} {0#<citerefentry>} {0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>} {0#</citerefentry>} endif::backend-docbook[] ifdef::backend-xhtml11[] [linkstick-inlinemacro] <strong><a href="{target}.html">{target}{0?({0})}</a></strong> endif::backend-xhtml11[]
Version data entries
10 entries across 10 versions & 1 rubygems