Skip to content

Commit 0e80077

Browse files
authored
Merge pull request #3 from edurbrito/tests
Testing GitHub Action Reaction
2 parents 27b8946 + d7660cd commit 0e80077

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ function ask_user(markdown_file: string) {
146146
}
147147
else {
148148
generate_slides(markdown_file)
149+
user_config.highlight_theme = ""
149150
fs.writeFileSync(user_dir + "user.json", JSON.stringify(user_config))
150151
}
151152
})

0 commit comments

Comments
 (0)