Gallery

Example Documents

Curated markdown examples with diagrams, tables, and templates. Click to open in the editor.

Project README

A well-structured README template for open source projects.

documentationtemplate
# Project Name

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

## Overview

A brief descripti...
Open in Editor →

Flowchart Diagram

Interactive flowchart built with Mermaid syntax.

mermaiddiagram
# User Authentication Flow

This flowchart shows the login process for our application.

```mermaid
graph TD
    A[User ...
Open in Editor →

API Documentation

REST API endpoint documentation with tables and code samples.

documentationapi
# API Reference

Base URL: `https://api.example.com/v1`

## Authentication

All requests require a Bearer token in the A...
Open in Editor →

Sequence Diagram

Service communication flow with Mermaid sequence diagram.

mermaiddiagram
# Payment Processing Flow

```mermaid
sequenceDiagram
    participant U as User
    participant F as Frontend
    partic...
Open in Editor →

Meeting Notes

Template for structured meeting notes with action items.

templatedocumentation
# Sprint Planning — Week 12

**Date:** March 7, 2026
**Attendees:** @alice, @bob, @charlie

---

## Agenda

1. Review la...
Open in Editor →

Comparison Table

Feature comparison with emoji indicators and formatted tables.

templatetable
# Markdown Editor Comparison

## Feature Matrix

| Feature | MDFast | Editor A | Editor B |
|---------|:------:|:-------...
Open in Editor →