> Is there any chance Roxygen3 could support a bit of markdown syntax?
Yes, that's definitely on the to do list - but I'm waiting on support
from the RMarkdown package.
Hadley
--
RStudio / Rice University
http://had.co.nz/
___
Roxygen-devel mailing li
Hi All,
Is there any chance Roxygen3 could support a bit of markdown syntax?
Being a literate programming technique, Roxygen syntax is clearly designed
to be easily readable in raw format. As such, having to add \code\link,
\item and other approximately LaTeX syntax of the .Rd files feels wrong.
Hi all,
Roxygen3 (which will eventually get merged back into roxygen2) is at a
state where your comments on the design and implementation would be
appreciated. The code is at https://github.com/hadley/roxygen3/, and
there's a brief introduction to the structure in the readme.
The code is fairly c