This commit is contained in:
Jacky Zhao
2023-06-05 22:14:17 -07:00
parent 992938b1a9
commit d713b6d505
6 changed files with 232 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ export class GitHubFlavoredMarkdown extends QuartzTransformerPlugin {
? [rehypeSlug, [rehypeAutolinkHeadings, {
behavior: 'append', content: {
type: 'text',
value: '§'
value: ' §'
}
}]]
: []