maxygen icon indicating copy to clipboard operation
maxygen copied to clipboard

:exclamation: OUTDATED Markdown + Roxygen = Maxygen

Results 2 maxygen issues
Sort by recently updated
recently updated
newest added

I.e. use ``` markdown # Arguments * foo A character scalar... * bar A numeric vector... * ... Additional arguments... ``` and ``` markdown # See also `pkg::function`, `::function`. ```...

Not that simple, because they should be kept unchanged within code. One option is to request fancy ticks from commonmark, and then recognize the fancy ticks, so that we don't...