ToolRen Markdown Guide
Use this workspace to draft README files, release notes, product docs, and knowledge base articles.
What you can preview
- Live formatting for headings, lists, links, images, and quotes
- Safe links with basic protocol filtering
- Tables, task lists, math formulas, diagrams, and fenced code blocks
Inline math:
Block math:
Mermaid Diagram
flowchart TD
A[Write Markdown] --> B{Review preview}
B -->|Pass| C[Export PDF]
B -->|Revise| AChecklist
- Write the draft
- Review links and images
- Export the final HTML
Example table
| Feature | Status | Owner |
|---|---|---|
| Markdown preview | Ready | ToolRen |
| Table of contents | Ready | Docs |
| HTML export | Ready | Web |
Code block
type Tool = {
name: string
localOnly: boolean
}