{"openapi":"3.1.0","info":{"title":"Markdown Live Editor","description":"This app lets you write Markdown text on one side and instantly see the formatted result on the other side.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/markdown-live-editor":{"get":{"operationId":"markdownLiveEditor","summary":"This app lets you write Markdown text on one side and instantly see the formatted result on the other side.","parameters":[{"name":"markdown_input","in":"query","required":false,"description":"Markdown source","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}