mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-05-28 13:05:37 +03:00
scan for bibliography anchors
This commit is contained in:
parent
835dd63b03
commit
a0ba8b4c20
@ -144,6 +144,13 @@ sub scan_adoc_file {
|
|||||||
die "implement me" if $blockid =~m/,/;
|
die "implement me" if $blockid =~m/,/;
|
||||||
register_blockid($filename, $blockid, $env_stack->[-1]);
|
register_blockid($filename, $blockid, $env_stack->[-1]);
|
||||||
}
|
}
|
||||||
|
# fixme: "anchor:"
|
||||||
|
# bibliography anchors
|
||||||
|
if ($line =~ m/\[\[\[([^\]]*)\]\]\]/) {
|
||||||
|
my $blockid = $1;
|
||||||
|
die "implement me" if $blockid =~m/,/;
|
||||||
|
register_blockid($filename, $blockid, $env_stack->[-1]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user