Skip to content

Commit 9178856

Browse files
authored
Add special handling of Record``<
ref #154
1 parent f69c20f commit 9178856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/post-process.js

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ cssclasses: hide-title
4141
newFileContent = newFileContent.replaceAll('obsidian.', '');
4242
newFileContent = newFileContent.replaceAll('Plugin_2', 'Plugin')
4343
newFileContent = newFileContent.replaceAll('Promise``<', 'Promise<')
44+
newFileContent = newFileContent.replaceAll('Record``<', 'Record<')
4445

4546
newFileContent = newFileContent.replaceAll('Plugin\_2', 'Plugin')
4647
newFileContent = newFileContent.replaceAll('Plugin\\_2', 'Plugin');

0 commit comments

Comments
 (0)