Project10 is a web application that renders an entire library of Markdown documents into HTML, automatically generating its table of contents.
The viewer allows users to switch between a light theme and a dark theme, adjust text size (zoom), and render various Markdown elements (tables, images, formulas, etc.) in a responsive manner while consuming minimal server resources.
data/09/library
to find Markdown files.Inline code
This is a blockquote example.
print("Hello, World!")
Column 1 | Column 2 | Column 3 |
---|---|---|
Data A | Data B | Data C |
Data D | Data E | Data F |
Inline formula: \(E = mc^2\)
Block formula:
🚀 😃 🎉 ✅
This document showcases the full range of Markdown features supported by Project10.