fence-test

Last updated on 2024-10-22 | Edit this page

Estimated time: 12 minutes

Overview

Questions

  • How do you write a lesson using R Markdown and sandpaper?

Objectives

  • Explain how to use markdown with the new lesson template
  • Demonstrate how to include pieces of code, figures, and nested challenge blocks

Fences

glossary?

objectives, questions og keypoints kender vi. challenge og solution gør vi også.

dette er en callout fence

dette er en prereq fence

dette er en checklist fence

dette er en discussion fence

dette er en testimonial fence

Fanegruppe Eksempel


Key Points

  • Use .md files for episodes when you want static content
  • Use .Rmd files for episodes when you need to generate output
  • Run sandpaper::check_lesson() to identify any issues with your lesson
  • Run sandpaper::build_lesson() to preview your lesson locally