Skip to content

Commit

Permalink
Default html parsing to true for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jun 16, 2024
1 parent 09fe47f commit 38b0cbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/options/sources/typedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export function addTypeDocOptions(options: Pick<Options, "addDeclaration">) {
type: ParameterType.Mixed,
configFileOnly: true,
defaultValue: {
html: true,
linkify: true,
},
validate(value, i18n) {
Expand Down

0 comments on commit 38b0cbf

Please sign in to comment.