You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this function, but just noticed that in "full markdown mode"
options(
# build .Rmd to .html (via Pandoc); to build to Markdown, set this option to 'markdown'
blogdown.method = 'markdown'
)
When I use clean_duplicates, it is deleting all the md files in favor of html (as documented) because my source files are not .Rmarkdown. Would it be possible to add an argument here to keep = markdown or keep = html? Or perhaps it could read whether this option is present in the .Rprofile?
The text was updated successfully, but these errors were encountered:
Yes I think this function should be aware of blogdown.method to know what to do. So I would classify this has a bug from something we did not adapt when introducing markdown method.
I love this function, but just noticed that in "full markdown mode"
When I use
clean_duplicates
, it is deleting all the md files in favor of html (as documented) because my source files are not.Rmarkdown
. Would it be possible to add an argument here tokeep = markdown
orkeep = html
? Or perhaps it could read whether this option is present in the.Rprofile
?The text was updated successfully, but these errors were encountered: