gadenbuie / cleanrmd

📄✨Clean Class-Less R Markdown HTML Documents
https://pkg.garrickadenbuie.com/cleanrmd
Other
145 stars 5 forks source link

Add support for `toc-title` variable #30

Closed gadenbuie closed 1 year ago

gadenbuie commented 2 years ago

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$