Skip to content
Novus Examples
md356 B

Project Checklist Template (Markdown)

A Markdown checklist template with task-list checkboxes — opens directly in the in-browser editor.

Preview — first 19 linesmd
# Project Checklist

A simple starting-point checklist. Edit it in the browser and download the result.

## Before you start
- [ ] Define the goal
- [ ] Identify stakeholders
- [ ] Set a deadline

## During
- [ ] Break work into tasks
- [ ] Track progress
- [ ] Review regularly

## Before you finish
- [ ] Test everything
- [ ] Get sign-off
- [ ] Ship it

Specifications

Type
checklist
Format
Markdown task list

What is a .md file?

Markdown (MD) is a lightweight plain-text markup language that uses simple punctuation conventions to denote headings, lists, links, emphasis, and code. It is designed to be readable as-is and to convert cleanly to HTML. It is widely used for documentation, READMEs, and content authoring.

How to use this file

Use an example Markdown file to test parsers and renderers, verify GitHub-Flavored Markdown extensions like tables and fenced code, and exercise HTML-conversion pipelines.

Generated by generation/templates_core.py. Free for any use, no attribution required — license.