We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbec4d commit abfcdacCopy full SHA for abfcdac
docs/.vitepress/transformer.ts
@@ -224,7 +224,7 @@ export function transform(text: string): string {
224
_text = replaceUnderscore(_text)
225
.replace(/\/#(\d)/g, '/#_$1') // Prefix headings starting with numbers
226
.replace(/#(\d)/g, '#_$1') // Prefix headings starting with numbers
227
- .replace(/\/#/g, '#')
+ .replace(/(\]\(\s*)\/\s*(\#[^)\s]*?\s*\))/g, '$1$2')
228
.replace(/\*\*\*\n\n/gm, '')
229
.replace(/\*\*\*\n/gm, '')
230
.replace(/# ►/g, '##')
0 commit comments