Skip to content

v1.2.1

Compare
Choose a tag to compare
@cansavvy cansavvy released this 03 Nov 16:01
· 633 commits to main since this release

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

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