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.
1 parent f59050f commit 5390459Copy full SHA for 5390459
src/plugins/expressive-code/cxx-mark.ts
@@ -33,7 +33,6 @@ export function pluginCxxMark(): ExpressiveCodePlugin {
33
color: "var(--cppdoc-color-cxx-mark-exposition)",
34
italic: true
35
})
36
-
37
)
38
line.editText(begin + 2, begin + 9, "")
39
} else if (match.groups?.optional != undefined) {
0 commit comments