AO3 JSON to Markdown Converter

Convert AO3 JSON data to nicely formatted Markdown

Instructions:

  1. Paste the JSON data from your AO3 dataset into the input box
  2. Click "Convert to Markdown" to transform it
  3. Copy the resulting markdown to use in your preferred markdown editor

Expected JSON Format:

{
  "id": "12345678",
  "title": "Story Title",
  "metadata": {
    "author": "by Author Name",
    "summary": "Story summary",
    "Fandom": "Fandom Name",
    "Rating": "Rating Value", 
    "Relationship": "Character/Character",
    "Characters": "Character Names",
    "Additional Tags": "Tag1, Tag2"
    // other metadata fields
  },
  "text": "The full text content of the story"
}