{"id":13692336,"url":"https://github.com/huacnlee/remarkdown","last_synced_at":"2025-05-02T19:31:51.482Z","repository":{"id":66167307,"uuid":"85177294","full_name":"huacnlee/remarkdown","owner":"huacnlee","description":"This is extends of Markdown lib from Crystal Stdlib for Support Markdown GFM.","archived":true,"fork":false,"pushed_at":"2017-03-16T10:49:22.000Z","size":10,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-25T00:58:42.463Z","etag":null,"topics":["crystal","markdown"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","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/huacnlee.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}},"created_at":"2017-03-16T09:27:07.000Z","updated_at":"2023-01-28T13:13:52.000Z","dependencies_parsed_at":"2024-01-14T19:13:26.780Z","dependency_job_id":null,"html_url":"https://github.com/huacnlee/remarkdown","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/huacnlee%2Fremarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huacnlee%2Fremarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huacnlee%2Fremarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huacnlee%2Fremarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huacnlee","download_url":"https://codeload.github.com/huacnlee/remarkdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252095288,"owners_count":21693895,"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":["crystal","markdown"],"created_at":"2024-08-02T17:00:56.761Z","updated_at":"2025-05-02T19:31:51.171Z","avatar_url":"https://github.com/huacnlee.png","language":"Crystal","funding_links":[],"categories":["Markdown/Text Processors"],"sub_categories":[],"readme":"Remarkdown\n==========\n\n[![Build status](https://travis-ci.org/huacnlee/remarkdown.svg?branch=master)](https://travis-ci.org/huacnlee/remarkdown)\n\nThis is extends of Markdown lib from Crystal Stdlib for Support Markdown GFM.\n\n## Features\n\n- Built on Crystal stdlib [Markdown](https://crystal-lang.org/api/0.21.1/Markdown.html) to implement like Markdown GFM.\n- **space_after_headers** - `# Hello` not `#Hello`\n- Add `id` attribute for Heading `\u003ch1 id=\"hello-world\"\u003eHello world\u003c/h1\u003e`.\n- **strikethrough** : `~~Foo~~` to `\u003cdel\u003eFoo\u003c/del\u003e`\n\n## Installation\n\nAdd this to your application's `shard.yml`:\n\n```yaml\ndependencies:\n  remarkdown:\n    github: huacnlee/remarkdown\n```\n\n## Usage\n\n```crystal\nrequire \"remarkdown\"\n\nRemarkdown.to_html(\"Hello **world**\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuacnlee%2Fremarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuacnlee%2Fremarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuacnlee%2Fremarkdown/lists"}