Skip to content

Commit 469be43

Browse files
committed
update to transformContent function
1 parent 34f1b98 commit 469be43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helper-scripts/influxdb3-plugins/port_to_docs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ function transformContent(content, pluginName, config) {
241241
content = addProductShortcodes(content);
242242
content = enhanceOpeningParagraph(content);
243243
content = fixCodeBlockFormatting(content);
244+
content = cleanTitle(content);
244245

245246
// Add schema requirements if applicable
246247
if (

0 commit comments

Comments
 (0)