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
Apparently NEWS files could also be provided to the package as .Rd files (see ?utils::news). This forces us to consider another class of tags, which are section and subsection that could be nested. It means we can no longer hard code level in with_md_title to be 2L as this will depend on depth we are currently on
Each section tag should increment the level of all tags nested in it while keeping its own level. I'll try to prepare a draft for this change and how I see it.
The text was updated successfully, but these errors were encountered:
Apparently NEWS files could also be provided to the package as .Rd files (see
?utils::news
). This forces us to consider another class of tags, which aresection
andsubsection
that could be nested. It means we can no longer hard codelevel
inwith_md_title
to be2L
as this will depend on depth we are currently onrd2markdown/R/rd2markdown.R
Lines 160 to 165 in b448cb8
Each section tag should increment the level of all tags nested in it while keeping its own level. I'll try to prepare a draft for this change and how I see it.
The text was updated successfully, but these errors were encountered: