Skip to content

Commit

Permalink
Fix issue #421
Browse files Browse the repository at this point in the history
  • Loading branch information
finanalyst committed Dec 28, 2024
1 parent 2931027 commit 2210d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/plugins/secondaries/gen-secondaries.raku
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ sub (ProcessedPod $pp, %processed, %options) {
:contents(qq:to/CONT/)
See primary documentation
<a href="/{ .<source> }#{ .<target> }">in context\</a>
for <b>{ .<target>.subst( / '_' / , ' ', :g ) }</b>\.
for <b>{ .<target>.subst(/ '_' \d+ $ /,'').subst( / '_' / , ' ', :g ) }</b>\.
CONT
), %templates);
$body ~= .<body>;
Expand Down

0 comments on commit 2210d3e

Please sign in to comment.