Node JSON to MDX Converter
Convert Node JSON data to complete MDX documentation format
Node JSON Input
{ title: "Output Text", category: "output", type: "output_text", icon: {}, desc: "Outputs text to the user", credit: 0, inputs: [ { desc: "The flow of the workflow", name: "Flow", type: "Flow", }, { desc: "Text to output", name: "Text", type: "Text", }, ], outputs: [], fields: [ { desc: "Text to output", name: "Text", type: "Text", value: "Enter text here...", }, ], difficulty: "easy", tags: ["output", "text"], }
MDX Documentation Output
Generate MDX
Copy to Clipboard