{"id":13698137,"url":"https://github.com/rcasto/adaptive-markdown","last_synced_at":"2026-04-18T04:02:40.431Z","repository":{"id":148935104,"uuid":"121482434","full_name":"rcasto/adaptive-markdown","owner":"rcasto","description":"Markdown to Adaptive Card converter","archived":false,"fork":false,"pushed_at":"2018-02-26T05:50:56.000Z","size":31552,"stargazers_count":6,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-10T09:18:21.558Z","etag":null,"topics":["adaptive-cards","content-authoring","converter","markdown"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcasto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-02-14T07:21:21.000Z","updated_at":"2025-04-26T23:38:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"eabc29b9-f0cf-4606-9f39-3c104627923e","html_url":"https://github.com/rcasto/adaptive-markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcasto/adaptive-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasto%2Fadaptive-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasto%2Fadaptive-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasto%2Fadaptive-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasto%2Fadaptive-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcasto","download_url":"https://codeload.github.com/rcasto/adaptive-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcasto%2Fadaptive-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31955920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adaptive-cards","content-authoring","converter","markdown"],"created_at":"2024-08-02T19:00:40.445Z","updated_at":"2026-04-18T04:02:40.225Z","avatar_url":"https://github.com/rcasto.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# adaptive-markdown\nConvert markdown into [Adaptive Cards](https://adaptivecards.io/).\n\nThe goal of this project is to take advantage of the rendering surface of Adaptive Cards, but ease the authoring experience for creating them.  It is much easier and more expressive for most folks (in my opinion) to write in markdown than it is to do so in JSON.\n\n## Usage\nOne way to use this transformer is to download one of the pre-built binaries.  There are [binaries for Windows, Mac OS, and Linux](https://github.com/rcasto/adaptive-markdown/tree/master/binaries).\n\nOnce you have downloaded a binary you can use it as follows:\n```\n./\u003cpath-to-binary\u003e/transform-linux \u003cpath-to-markdown-file\u003e\n```\n\nAnother way to use this transformer requires you have [Node.js](https://nodejs.org/en/) installed.  You can then run the [transform script within the repository](https://github.com/rcasto/adaptive-markdown/blob/master/transform.js).\n\n```\nnode \u003cpath-to-transform-js\u003e/transform.js \u003cpath-to-markdown-file\u003e\n```\n\n## Current Status\nBelow is a table containing the current status of all markdown elements.  There are caveats for some items and in these cases they will be called out.\n\nMarkdown element | Status\n---------------- | ------\ncode             | Unsupported\nblockquote       | Unsupported\nhtml             | Unsupported\nheading          | Supported\nhr               | Unsupported\nlist             | Supported with caveats (to be called out)\nlistitem         | Supported with caveats (to be called out)\nparagraph        | Supported\ntable            | Unsupported\ntablerow         | Unsupported\ntablecell        | Unsupported\nstrong           | Supported\nem               | Supported\ncodespan         | Unsupported\nbr               | Supported\ndel              | Unsupported\nlink             | Supported\nimage            | Supported\ntext             | Supported","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcasto%2Fadaptive-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcasto%2Fadaptive-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcasto%2Fadaptive-markdown/lists"}