Skip to content

Commit

Permalink
feat: add link transform for disableHtmlExt
Browse files Browse the repository at this point in the history
  • Loading branch information
makamekm committed Apr 26, 2024
1 parent 8966735 commit 8b7722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/md2html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export async function resolveMd2HTML(options: ResolverOptions): Promise<DocInner
function YamlFileTransformer(content: string, transformOptions: FileTransformOptions): Object {
const {disableHtmlExt} = ArgvService.getConfig();
const ext = disableHtmlExt ? '' : '.html';

let data: LeadingPage | null = null;

try {
Expand Down

0 comments on commit 8b7722e

Please sign in to comment.