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 2195b9b commit 7ca82b1Copy full SHA for 7ca82b1
README.md
@@ -444,14 +444,16 @@ Markdown(
444
MarkdownHighlightedCodeBlock(
445
content = it.content,
446
node = it.node,
447
- highlightsBuilder = highlightsBuilder
+ highlightsBuilder = highlightsBuilder,
448
+ showHeader = true, // optional enable header with code language + copy button
449
)
450
},
451
codeFence = {
452
MarkdownHighlightedCodeFence(
453
454
455
456
457
458
459
0 commit comments