add ssh key format post
This commit is contained in:
@ -6,6 +6,10 @@ import fs from 'node:fs';
|
||||
// build table of contents and inject into frontmatter
|
||||
export function localRemark() {
|
||||
return (tree, vfile) => {
|
||||
if (vfile.data.fm.toc === false) {
|
||||
return;
|
||||
}
|
||||
|
||||
let toc = [];
|
||||
let description = null;
|
||||
|
||||
|
Reference in New Issue
Block a user