cleanrmd icon indicating copy to clipboard operation
cleanrmd copied to clipboard

Add support for `toc-title` variable

Open gadenbuie opened this issue 2 years ago • 0 comments

https://github.com/gadenbuie/cleanrmd/blob/4f76edb472892407278d32c936ffe07576b4d539/inst/template/cleanrmd.html#L107

should be

$if(toc)$$if(toc-title)$<h2 class="toc-ignore">$toc-title$</h2>$endif$$toc$$endif$

gadenbuie avatar Jun 14 '22 14:06 gadenbuie