Cascadiq

Static Page Generator

project · Level 1 · 25 min

Description

Write a small script that reads a markdown file and outputs a simple HTML page (title + body). No frameworks required.

Requirements

  • Read one .md file
  • Output HTML with title and rendered content
  • Use a simple markdown-to-HTML approach (regex or library)

Constraints

Node or browser. One input file, one output file.

Deliverables

Script and example input/output.

Tags

ToolingMarkdown