fix: codeblock various fixes (#6550)

This commit is contained in:
Alexander Onnikov
2024-09-13 21:48:00 +07:00
committed by GitHub
parent 81fbac2a73
commit 24bd0e9f59
16 changed files with 141 additions and 28 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ export interface DiffFileId {
export default plugin(diffviewId, {
component: {
DiffView: '' as AnyComponent,
InlineDiffView: '' as AnyComponent
InlineDiffView: '' as AnyComponent,
Highlight: '' as AnyComponent
},
string: {
ViewMode: '' as IntlString,