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
Are you sure we shouldn't just call`section_init()` here? I also noticed that `init_site()` lacks `override`, and I needed it when I started experimenting with quarto.
That would make it more consistent with the other functions
* We can figure out `depth` based on whether or not a `subdir` is supplied
* Ensures all user facing functions have the same interface
* Brings together directory checking code in one place
Fixes#2644
* Combine section_init() and create_subdir()
* We can figure out `depth` based on whether or not a `subdir` is supplied
* Ensures all user facing functions have the same interface
* Brings together directory checking code in one place
* Check for files, not directory
Fixes#2644. Closes#2645
That would make it more consistent with the other functions
Originally posted by @hadley in #2642 (comment)
The text was updated successfully, but these errors were encountered: