{"id":30496892,"url":"https://github.com/codesoap/goldmarkvis","last_synced_at":"2026-04-18T14:04:26.550Z","repository":{"id":224843171,"uuid":"763008394","full_name":"codesoap/goldmarkvis","owner":"codesoap","description":"Visualize the abstract syntax trees generated by yuin/goldmark","archived":false,"fork":false,"pushed_at":"2024-02-25T10:19:11.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T03:21:06.006Z","etag":null,"topics":["ast","goldmark","markdown","visualization"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesoap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-25T10:09:11.000Z","updated_at":"2024-02-26T11:46:15.000Z","dependencies_parsed_at":"2024-02-28T02:25:44.688Z","dependency_job_id":"41575b33-037a-475c-9a95-d3c5613b39ec","html_url":"https://github.com/codesoap/goldmarkvis","commit_stats":null,"previous_names":["codesoap/goldmarkvis"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codesoap/goldmarkvis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoap%2Fgoldmarkvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoap%2Fgoldmarkvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoap%2Fgoldmarkvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoap%2Fgoldmarkvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesoap","download_url":"https://codeload.github.com/codesoap/goldmarkvis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoap%2Fgoldmarkvis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971498,"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","goldmark","markdown","visualization"],"created_at":"2025-08-25T02:14:50.778Z","updated_at":"2026-04-18T14:04:21.541Z","avatar_url":"https://github.com/codesoap.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"goldmarkvis is a small tool to help visualize the abstract syntax trees\ngenerated by [yuin/goldmark](https://github.com/yuin/goldmark).\n\nThe tool takes markdown via standard input and prints a visualization to\nstandard output.\n\n# Installation\nTo install goldmarkvis to `~/go/bin/goldmarkvis`, run:\n```\ngo install github.com/codesoap/goldmarkvis@latest\n```\n\n# Examples\n```console\n$ echo \"foo\" | goldmarkvis\n Type: Doc, Kind: Document, Text: foo\n         Type: Block, Kind: Paragraph, Text: foo\n                 Type: Inline, Kind: Text, Text: foo\n\n$ echo \"\" | goldmarkvis\n Type: Doc, Kind: Document, (no text)\n\n$ cat test.md\n# This is a heading\nSome text.\n\n\u003e A quote with some `inline code`.\n$ cat /tmp/test.md | goldmarkvis\n Type: Doc, Kind: Document, Text: This is a headingSome text.A quote with some inline code.\n         Type: Block, Kind: Heading, Text: This is a heading\n                 Type: Inline, Kind: Text, Text: This is a heading\n         Type: Block, Kind: Paragraph, Text: Some text.\n                 Type: Inline, Kind: Text, Text: Some text.\n         Type: Block, Kind: Blockquote, Text: A quote with some inline code.\n                 Type: Block, Kind: Paragraph, Text: A quote with some inline code.\n                         Type: Inline, Kind: Text, Text: A quote with some\n                         Type: Inline, Kind: CodeSpan, Text: inline code\n                                 Type: Inline, Kind: Text, Text: inline code\n                         Type: Inline, Kind: Text, Text: .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesoap%2Fgoldmarkvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesoap%2Fgoldmarkvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesoap%2Fgoldmarkvis/lists"}