Skip to content

Repository files navigation

Asyncing

A client-only Markdown textbook built with React and TypeScript.

Run it

npm install
npm run dev

Add a chapter

Add a Markdown file anywhere under src/content. Files are discovered automatically when the app builds. Use optional frontmatter to control its placement and title:

---
title: A chapter title
order: 2
---

# A chapter title

Copy src/content/_template.md to start a chapter. Markdown files whose filename begins with _ are excluded from the textbook.

The custom renderer currently supports headings, paragraphs, blockquotes, ordered and unordered lists, horizontal rules, fenced code blocks, bold, emphasis, inline code, and links.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages