{"id":19005310,"url":"https://github.com/f3ath/marker","last_synced_at":"2025-04-22T19:02:29.680Z","repository":{"id":33208625,"uuid":"154207405","full_name":"f3ath/marker","owner":"f3ath","description":"Markdown renderer (printer) for Dart","archived":false,"fork":false,"pushed_at":"2023-08-07T05:05:08.000Z","size":61,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T10:26:36.723Z","etag":null,"topics":["dart","markdown","markdown-printer","markdown-renderer"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/marker","language":"Dart","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/f3ath.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null}},"created_at":"2018-10-22T19:53:58.000Z","updated_at":"2023-05-30T08:21:45.000Z","dependencies_parsed_at":"2024-11-08T18:31:54.335Z","dependency_job_id":"2bd11ef4-a3d1-4a5d-821a-65730f709397","html_url":"https://github.com/f3ath/marker","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fmarker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fmarker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fmarker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f3ath%2Fmarker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f3ath","download_url":"https://codeload.github.com/f3ath/marker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306606,"owners_count":21408925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dart","markdown","markdown-printer","markdown-renderer"],"created_at":"2024-11-08T18:27:05.731Z","updated_at":"2025-04-22T19:02:29.399Z","avatar_url":"https://github.com/f3ath.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# marker\n\nMarker is a Markdown renderer (printer) for Dart. It takes a list of `Node` objects produced by\nthe [parser](https://pub.dartlang.org/packages/markdown) and renders it back to a string.\n\nSupported markdown flavors:\n- [original](https://daringfireball.net/projects/markdown/syntax)\n- changelog\n- any custom flavor\n\nThe renderer supports both inline and reference links and images.\n\n#### Example\n```dart\nimport 'dart:io';\n\nimport 'package:markdown/markdown.dart';\nimport 'package:marker/marker.dart';\n\n/// Renders CHANGELOG.md with all links inline\nvoid main() {\n  final file = File('CHANGELOG.md');\n  /// Contains parsed tree\n  final nodes = Document().parseLines(file.readAsLinesSync());\n  /// Contains markdown text\n  final markdown = render(nodes);\n  print(markdown);\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fmarker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff3ath%2Fmarker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff3ath%2Fmarker/lists"}