Remove typing because implicit

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/869/head
Georges Gomes 3 years ago committed by GitHub
parent 4544d88365
commit 028ac1ed37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ export const createMarkdownRenderer = async (
srcDir: string,
options: MarkdownOptions = {},
base = '/',
cleanUrls: boolean = false
cleanUrls = false
): Promise<MarkdownRenderer> => {
const md = MarkdownIt({
html: true,

Loading…
Cancel
Save