We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69c20f commit 9178856Copy full SHA for 9178856
config/post-process.js
@@ -41,6 +41,7 @@ cssclasses: hide-title
41
newFileContent = newFileContent.replaceAll('obsidian.', '');
42
newFileContent = newFileContent.replaceAll('Plugin_2', 'Plugin')
43
newFileContent = newFileContent.replaceAll('Promise``<', 'Promise<')
44
+ newFileContent = newFileContent.replaceAll('Record``<', 'Record<')
45
46
newFileContent = newFileContent.replaceAll('Plugin\_2', 'Plugin')
47
newFileContent = newFileContent.replaceAll('Plugin\\_2', 'Plugin');
0 commit comments