Checking and Previewing

Overview

Teaching: 5 min
Exercises: 0 min
Questions
  • How can lesson formatting be checked?

  • How can lessons be previewed?

Objectives
  • Run the lesson checking script and interpret its output correctly.

  • Preview a lesson locally.

Key Points

  • Lessons are checked by running make lesson-check.

  • The checker uses the same Markdown parser as Jekyll.

  • Lessons can be previewed by running make serve.