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.
2 parents 7f2ed30 + e80f817 commit 7d48452Copy full SHA for 7d48452
populateStds.js
@@ -199,7 +199,8 @@ ${headerLegend}
199
).join(' | ')
200
if (title.startsWith(ref.title)) {
201
title = title.substring(ref.title.length)
202
- if (title.startsWith(':')) title = title.substring(1).trimStart()
+ if (title.startsWith(':')) title = title.substring(1)
203
+ title = title.trimStart()
204
}
205
lines.push(`| | | Supplement: ${title} | ${versionList} |`)
206
tlines.push(`| | Supplement: ${title} | ${versionList} |`)
0 commit comments