jasonratcliff / thesis

Source code and data for MSc thesis
https://scholarworks.uni.edu/etd/1108
Other
0 stars 0 forks source link

Use markdown headers for chapter sections #91

Closed jasonratcliff closed 1 year ago

jasonratcliff commented 1 year ago

The knitr_sections() function injects italicization of species names into chapter sections depending on pandoc conversion format (i.e., html / latex). This pull request replaces usages with standard markdown headers for sections and subsections, removes that exported function.

Additionally, appendix documents are updated to flexible insert chapters to the Table of Contents depending on the output format using include shortcode and project profiles.