This commit is contained in:
Jacky Zhao
2023-06-05 22:14:17 -07:00
parent 1406ee0f05
commit 700036e84c
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: ' §'
}
}]]
: []