Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upstandard renderers + separate config file #22
Comments
output:
liftr::docker_html:
toc: true
number_sections: true
...Need to investigate the interface design of rmarkdown and knitr. |
Consider making the liftr metadata fields into an individual
ymlfile instead of inline, like pkgdown: https://hadley.github.io/pkgdown/articles/pkgdown.htmlConsider implement standard renderers, like bookdown: https://bookdown.org/home/getting-started.html
So: standard renderers +
.ymlconfig file.