We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a995e00 commit ca08f27Copy full SHA for ca08f27
src/build/mdn-comments.ts
@@ -111,6 +111,7 @@ export function generateDescriptions(): Record<string, string> {
111
export function extractSummaryFromFile(url: string): string {
112
const relativePath = url
113
.replace("https://developer.mozilla.org/docs/", "")
114
+ .split("#")[0]
115
.toLowerCase();
116
117
const filePath = new URL(
0 commit comments