Skip to content

Commit 50d67e3

Browse files
committed
docs: Don't replace all occurrences of .md#
This had the risk of potentially destroying an external link that pointed to an .md file with a line number
1 parent 453fa3e commit 50d67e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/documentation/jsdoc/docdash/tmpl/container.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
### Methods
147147

148148
<?js methods.forEach(function(m) { ?>
149-
<?js= self.partial('method.tmpl', m).replaceAll(".md#", "#") ?>
149+
<?js= self.partial('method.tmpl', m) ?>
150150
<?js }); ?>
151151
<?js } ?>
152152

0 commit comments

Comments
 (0)