MockHero

markdown

Content

Generate realistic Markdown content with headers, lists, code blocks, and formatting. For CMS testing, documentation seeding, and Markdown renderer validation.

Example Outputs

## Getting Started\nThis guide walks you through...

Parameters

ParameterDescription
lengthContent length (short, medium, long)

API Usage

Send a POST request to generate markdown data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "markdown",
          "type": "markdown",
          "params": {
            "length": "medium"
          }
        }
      ]
    }
  ]
}'

Common Use Cases

  • CMS testing
  • Documentation seeding
  • Markdown renderer testing
  • README generation

Quick Info

Field Type
markdown
Category
Content
Parameters
1 parameter
Output Format
JSON, CSV, SQL

Try it now

Generate markdown data instantly in the playground.

Generate Markdown + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free