Fix linkman macro to work with asciidoc > 8.3.0
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
c6bcdf4dc7
commit
94c2830572
1 changed files with 4 additions and 0 deletions
|
@ -8,7 +8,11 @@
|
||||||
# Show man link as: <command>(<section>); if section is defined, else just show
|
# Show man link as: <command>(<section>); if section is defined, else just show
|
||||||
# the command.
|
# the command.
|
||||||
|
|
||||||
|
[macros]
|
||||||
|
(?su)[\\]?(?P<name>linkman):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
|
||||||
|
|
||||||
[attributes]
|
[attributes]
|
||||||
|
asterisk=*
|
||||||
plus=+
|
plus=+
|
||||||
caret=^
|
caret=^
|
||||||
startsb=[
|
startsb=[
|
||||||
|
|
Loading…
Add table
Reference in a new issue