{"id":21637806,"url":"https://github.com/qwreey/lune-markdown-rs","last_synced_at":"2025-07-24T05:36:45.819Z","repository":{"id":262493894,"uuid":"887320010","full_name":"qwreey/lune-markdown-rs","owner":"qwreey","description":"markdown-rs binding for lune runtime","archived":false,"fork":false,"pushed_at":"2024-11-12T18:02:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-21T17:27:00.072Z","etag":null,"topics":["luau","lune","markdown","web"],"latest_commit_sha":null,"homepage":"","language":"Luau","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/qwreey.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":"2024-11-12T14:40:58.000Z","updated_at":"2024-11-12T18:03:02.000Z","dependencies_parsed_at":"2024-11-25T09:04:01.447Z","dependency_job_id":null,"html_url":"https://github.com/qwreey/lune-markdown-rs","commit_stats":null,"previous_names":["qwreey/lune-markdown-rs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qwreey/lune-markdown-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-markdown-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-markdown-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-markdown-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-markdown-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qwreey","download_url":"https://codeload.github.com/qwreey/lune-markdown-rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qwreey%2Flune-markdown-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266796900,"owners_count":23985493,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["luau","lune","markdown","web"],"created_at":"2024-11-25T04:07:00.406Z","updated_at":"2025-07-24T05:36:45.797Z","avatar_url":"https://github.com/qwreey.png","language":"Luau","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable MD010 --\u003e\n\n# markdown-rs\n\nSimple [markdown-rs](https://github.com/wooorm/markdown-rs) wrapper for lune runtime, with ffi edge feature.\n\n## Example usage\n\nRun `cargo build --profile=release` first to get shared object.\n\n```luau\nlocal markdown_rs = require(\"./\")\n\t.new(require(\"@lune/process\").args[1] or \"./target/release/liblune_markdown_rs.so\")\n\n-- Throw error if syntax error in code\nlocal result = markdown_rs:to_html([[\n# hello\n\n**Hello** _world_ `in`\n\n\u003e mark\n\n\\`\\`\\`\ndown\n\\`\\`\\`\n]])\n\nprint(result)\n--[[\n\u003ch1 id='hello'\u003ehello\u003c/h1\u003e\n\n\u003cp\u003e\u003cstrong\u003eHello\u003c/strong\u003e \u003cem\u003eworld\u003c/em\u003e \u003ccode\u003ein\u003c/code\u003e\u003c/p\u003e\n\n\u003cblockquote\u003e\n\u003cp\u003emark\u003c/p\u003e\n\u003c/blockquote\u003e\n\n\u003cpre\u003e\u003ccode\u003edown\u003c/code\u003e\u003c/pre\u003e\n]]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwreey%2Flune-markdown-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwreey%2Flune-markdown-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwreey%2Flune-markdown-rs/lists"}