v1.2.1
A docx version of the course is automatically created and uploaded to docs/
! But note that the sync PR will not include an add to the index.Rmd that you will need to make this work.
Add this to the end of your index.Rmd if you would like a docx created:
output:
bookdown::word_document2:
toc: true
---
Wiki/Documentation updates
- Typo fix: https://github.com/jhudsl/DaSL_Course_Template_Bookdown/pull/289/files
- Title yamls are less confusing to set. The template doesn't set them in the Rmd yaml anymore since that doesn't do anything.
- How to set up Google Analytics is added: https://github.com/jhudsl/DaSL_Course_Template_Bookdown/wiki/Google-Analytics
Template/style changes:
- A Credit table formatting fix: #294
Github action changes:
- A docx version of the course is uploaded and linked to in the render preview comment.
Docker image updates:
- None