mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
@@ -12,8 +12,8 @@ export function referenceMember(
|
||||
}
|
||||
|
||||
if (props.name === referenced.name) {
|
||||
return `Re-exports <a href=${context.urlTo(referenced)}>${referenced.name}</a>`;
|
||||
return `Re-exports <a href="${context.urlTo(referenced)}">${referenced.name}</a>`;
|
||||
}
|
||||
|
||||
return `Renames and re-exports <a href=${context.urlTo(referenced)}>${referenced.name}</a>`;
|
||||
return `Renames and re-exports <a href="${context.urlTo(referenced)}">${referenced.name}</a>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user