Skip to content

Commit e46c849

Browse files
Enable proper library fix
1 parent da2f6f0 commit e46c849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Public/New-HTMLMarkdown.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
}
116116

117117
if ($EnableTOC) {
118-
$Script:HTMLSchema.Features.MarkdownTOC = $true
118+
$Script:HTMLSchema.Features.MarkdownShowdownTOC = $true
119119
$Options['extensions'] = @('tocReplaceMe')
120120
}
121121

0 commit comments

Comments
 (0)