We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Block Types

Our static site generator supports 6 types of markdown blocks:

  • paragraph
  • heading
  • code
  • quote
  • unordered_list
  • ordered_list

We need a way to inspect a block of markdown text and determine what type of block it is.

Assignment

Run and submit the CLI tests from the root of the project.