Hi
In xaringan, the "nature:" options are mainly options that are send to remark.create.
remark.create have the following option :
// Value indicates if presenter notes should be visible or not.
// Default: true
// Alternatives: false
includePresenterNotes: true,
however if I try to use includePresenterNotes: false in my "Nature" Section.. I still have the presenter notes. Any hint ? is it a bug ?
My header :
output:
xaringan::moon_reader:
nature:
includePresenterNotes: false
countdown: 20000
css: [default, hygge]