The most recent versions of R studio have a new issue:
Previously, to delimit code sections I would do the following:
#########################
### Section1: Do xyz ####
#########################
#########################
### Section2: Do abc ####
#########################
This would nicely appear in the table of contents in the following way:
Section1: Do xyz
Section2: Do abc
Unfortunately, in the newest Rstudio version, below is what happens:
Untitled
Section1: Do xyz
Untitled
Untitled
Section2: Do abc
Untitiled
The pound character is read as "untitled" which is really annoying, how can I address that issue?
Thanks