mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
@@ -139,7 +139,7 @@ function convertLinkTags(
|
||||
fragment: `L${currentLink.target.start.line},${currentLink.target.start.offset}`
|
||||
});
|
||||
|
||||
out.push(`[${text}](${link.toString(true)})`);
|
||||
out.push(`[${text}](${link.toString()})`);
|
||||
} else {
|
||||
if (text) {
|
||||
out.push(text);
|
||||
|
||||
Reference in New Issue
Block a user