{"id":20502721,"url":"https://github.com/vlang/markdown","last_synced_at":"2025-12-07T01:01:50.789Z","repository":{"id":45144973,"uuid":"267885646","full_name":"vlang/markdown","owner":"vlang","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-04T01:27:12.000Z","size":160,"stargazers_count":52,"open_issues_count":3,"forks_count":15,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-01-16T07:26:41.724Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"V","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/vlang.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,"publiccode":null,"codemeta":null}},"created_at":"2020-05-29T15:00:54.000Z","updated_at":"2024-12-04T01:27:15.000Z","dependencies_parsed_at":"2023-01-17T22:15:27.314Z","dependency_job_id":"2d28d7ed-22a8-4128-b3ac-8ce5ffb5cfae","html_url":"https://github.com/vlang/markdown","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlang%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlang","download_url":"https://codeload.github.com/vlang/markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242099583,"owners_count":20071564,"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":[],"created_at":"2024-11-15T19:27:14.539Z","updated_at":"2025-12-07T01:01:50.698Z","avatar_url":"https://github.com/vlang.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"# markdown\nMarkdown module for V. For now, it uses the [md4c](https://github.com/mity/md4c) library for parsing markdown files to HTML and soon it will be rewritten from scratch to pure V.\n\n## Usage\n```v\nmodule main\nimport markdown\n\nfn main() {\n    text := '# Markdown Rocks!'\n    output := markdown.to_html(text)\n    println(output) // \u003ch1\u003eMarkdown Rocks!\u003c/h1\u003e\n}\n```\n\n## Installation\nInstall and use markdown module via VPM:\n```\nv install markdown\n```\n\nOr via [vpkg](https://github.com/vpkg-project/vpkg):\n\n```\nvpkg get https://github.com/vlang/markdown --global\n```\n\nOr through Git:\n```\ngit clone https://github.com/vlang/markdown.git ~/.vmodules/markdown\n```\n\n## Contributors\n- Ned Palacios ([@nedpals](https://github.com/nedpals))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlang%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlang%2Fmarkdown/lists"}