Skip to content

Commit

Permalink
Fix Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 15, 2024
1 parent 233cfdb commit 19c40c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class MarpCLIConfig {

const pdfNotes = !!(this.args.pdfNotes || this.conf.pdfNotes)
const pdfOutlines =
this.args.pdfOutlines ?? this.conf.pdfOutlines
(this.args.pdfOutlines ?? this.conf.pdfOutlines)
? (() => {
const defaultPdfOutlines = { pages: true, headings: true } as const
const getConf = (key: keyof typeof defaultPdfOutlines) => {
Expand Down

0 comments on commit 19c40c1

Please sign in to comment.