File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ const getTextContent = (children: RenderableTreeNode[]): string => {
2929} ;
3030
3131const getSlug = (
32- attributes : Record < string , any > , // eslint-disable-line @typescript-eslint/no-explicit-any
33- children : RenderableTreeNode [ ] ,
32+ attributes : Record < string , any > , // eslint-disable-line @typescript-eslint/no-explicit-any
33+ children : RenderableTreeNode [ ] ,
3434) : string => {
3535 if ( attributes . id && typeof attributes . id === "string" ) {
3636 return attributes . id ;
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export const markdocPreprocess = (options: Options = {}): PreprocessorGroup => {
144144 const fullConfig : Config = {
145145 // Start with base config loaded from the schema directory
146146 // Explicitly set options overwrite the base config
147- // For example, this processor's heading comes first so it's overwritten
147+ // For example, this processor's heading comes first so it's overwritten
148148 nodes : { heading, ...configFromSchema . nodes , ...nodes } ,
149149 tags : { ...configFromSchema . tags , ...tags } ,
150150 functions : { ...configFromSchema . functions , ...functions } ,
You can’t perform that action at this time.
0 commit comments