{"id":29945222,"url":"https://github.com/vaishnavme/markast","last_synced_at":"2026-04-18T14:04:41.512Z","repository":{"id":307534055,"uuid":"1029843362","full_name":"vaishnavme/markast","owner":"vaishnavme","description":"markast is javascript script that helps you convert between different markup formats — Markdown, JSON (AST), and HTML.","archived":false,"fork":false,"pushed_at":"2025-07-31T17:37:09.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-31T20:39:25.810Z","etag":null,"topics":["ast","markdown","parser"],"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/vaishnavme.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-31T16:58:10.000Z","updated_at":"2025-07-31T17:38:15.000Z","dependencies_parsed_at":"2025-07-31T20:51:00.529Z","dependency_job_id":null,"html_url":"https://github.com/vaishnavme/markast","commit_stats":null,"previous_names":["vaishnavme/markast"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vaishnavme/markast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaishnavme%2Fmarkast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaishnavme%2Fmarkast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaishnavme%2Fmarkast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaishnavme%2Fmarkast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaishnavme","download_url":"https://codeload.github.com/vaishnavme/markast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaishnavme%2Fmarkast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971500,"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":["ast","markdown","parser"],"created_at":"2025-08-03T05:01:03.461Z","updated_at":"2026-04-18T14:04:41.488Z","avatar_url":"https://github.com/vaishnavme.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Markast\n\n**markast** is javascript script that helps you convert between different markup formats — Markdown, JSON (AST), and HTML.\n\nThis project is built to understand how parsers and abstract syntax trees (ASTs) work\n\nIt’s not meant to be a production-ready tool — it’s a **learning experiment** to dig deeper into:\n\n- Parsing line-based and inline text structures\n- Creating and transforming ASTs\n- Working with regex and tokenization\n- Building modular parsing systems\n\n### Features\n\n**Markdown to JSON**\n\nSupported syntax\n\n- [x] heading\n- [x] paragraph\n- [x] link\n- [x] image\n- [x] list (ordered/un-ordered)\n- [x] blockquote\n- [x] code\n- [x] codeblock\n\n**Upcoming**\n\n- JSON to Markdown\n- HTML to Markdown\n\n### API Docs\n\n```js\nconst markast = new Markast();\n\nmarkast.toJSON(inputString); // converts markdown to JSON (AST)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaishnavme%2Fmarkast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaishnavme%2Fmarkast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaishnavme%2Fmarkast/lists"}