@@ -275,7 +275,7 @@ module.exports = {
275
275
- [ markdown-it > Init with presets and options] ( https://github.com/markdown-it/markdown-it#init-with-presets-and-options )
276
276
- [ Guide > Markdown > Syntax Extensions] ( ../guide/markdown.md#syntax-extensions )
277
277
278
- #### markdown.anchor
278
+ ### markdown.anchor
279
279
280
280
- Type: ` AnchorPluginOptions | false `
281
281
@@ -288,7 +288,7 @@ module.exports = {
288
288
- Also see:
289
289
- [ Guide > Markdown > Syntax Extensions > Header Anchors] ( ../guide/markdown.md#header-anchors )
290
290
291
- #### markdown.assets
291
+ ### markdown.assets
292
292
293
293
- Type: ` AssetsPluginOptions | false `
294
294
@@ -302,7 +302,7 @@ module.exports = {
302
302
You should not configure it unless you understand what it is for.
303
303
:::
304
304
305
- #### markdown.code
305
+ ### markdown.code
306
306
307
307
- Type: ` CodePluginOptions | false `
308
308
@@ -315,7 +315,7 @@ You should not configure it unless you understand what it is for.
315
315
- Also see:
316
316
- [ Guide > Markdown > Syntax Extensions > Code Blocks] ( ../guide/markdown.md#code-blocks )
317
317
318
- ##### markdown.code.highlightLines
318
+ #### markdown.code.highlightLines
319
319
320
320
- Type: ` boolean `
321
321
@@ -328,7 +328,7 @@ You should not configure it unless you understand what it is for.
328
328
- Also see:
329
329
- [ Guide > Markdown > Syntax Extensions > Code Blocks > Line Highlighting] ( ../guide/markdown.md#line-highlighting )
330
330
331
- ##### markdown.code.lineNumbers
331
+ #### markdown.code.lineNumbers
332
332
333
333
- Type: ` boolean `
334
334
@@ -341,7 +341,7 @@ You should not configure it unless you understand what it is for.
341
341
- Also see:
342
342
- [ Guide > Markdown > Syntax Extensions > Code Blocks > Line Numbers] ( ../guide/markdown.md#line-numbers )
343
343
344
- ##### markdown.code.preWrapper
344
+ #### markdown.code.preWrapper
345
345
346
346
- Type: ` boolean `
347
347
@@ -357,7 +357,7 @@ You should not configure it unless you understand what it is for.
357
357
You can disable it if you want to implement them in client side. For example, [ Prismjs Line Highlight] ( https://prismjs.com/plugins/line-highlight/ ) or [ Prismjs Line Numbers] ( https://prismjs.com/plugins/line-numbers/ ) .
358
358
:::
359
359
360
- ##### markdown.code.vPre
360
+ #### markdown.code.vPre
361
361
362
362
- Type: ` boolean `
363
363
@@ -370,7 +370,7 @@ You can disable it if you want to implement them in client side. For example, [P
370
370
- Also see:
371
371
- [ Guide > Markdown > Syntax Extensions > Code Blocks > Wrap with v-pre] ( ../guide/markdown.md#wrap-with-v-pre )
372
372
373
- #### markdown.customComponent
373
+ ### markdown.customComponent
374
374
375
375
- Type: ` undefined | false `
376
376
@@ -384,7 +384,7 @@ You can disable it if you want to implement them in client side. For example, [P
384
384
You should not configure it unless you understand what it is for.
385
385
:::
386
386
387
- #### markdown.emoji
387
+ ### markdown.emoji
388
388
389
389
- Type: ` EmojiPluginOptions | false `
390
390
@@ -397,7 +397,7 @@ You should not configure it unless you understand what it is for.
397
397
- Also see:
398
398
- [ Guide > Markdown > Syntax Extensions > Emoji] ( ../guide/markdown.md#emoji )
399
399
400
- #### markdown.extractHeaders
400
+ ### markdown.extractHeaders
401
401
402
402
- Type: ` ExtractHeadersPluginOptions | false `
403
403
@@ -409,7 +409,7 @@ You should not configure it unless you understand what it is for.
409
409
410
410
Set to ` false ` to disable this plugin.
411
411
412
- #### markdown.hoistTags
412
+ ### markdown.hoistTags
413
413
414
414
- Type: ` HoistTagsPluginOptions | false `
415
415
@@ -424,7 +424,7 @@ You should not configure it unless you understand what it is for.
424
424
- Also see:
425
425
- [ Cookbook > Markdown and Vue SFC] ( ../advanced/cookbook/markdown-and-vue-sfc.md )
426
426
427
- #### markdown.links
427
+ ### markdown.links
428
428
429
429
- Type: ` LinksPluginOptions | false `
430
430
@@ -439,7 +439,7 @@ You should not configure it unless you understand what it is for.
439
439
- Also see:
440
440
- [ Guide > Markdown > Syntax Extensions > Links] ( ../guide/markdown.md#links )
441
441
442
- #### markdown.toc
442
+ ### markdown.toc
443
443
444
444
- Type: ` TocPluginOptions | false `
445
445
0 commit comments