We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27b8946 + d7660cd commit 0e80077Copy full SHA for 0e80077
1 file changed
src/index.ts
@@ -146,6 +146,7 @@ function ask_user(markdown_file: string) {
146
}
147
else {
148
generate_slides(markdown_file)
149
+ user_config.highlight_theme = ""
150
fs.writeFileSync(user_dir + "user.json", JSON.stringify(user_config))
151
152
})
0 commit comments