{"id":13508572,"url":"https://github.com/devinus/markdown","last_synced_at":"2025-07-25T16:35:56.425Z","repository":{"id":13729417,"uuid":"16423705","full_name":"devinus/markdown","owner":"devinus","description":"A simple Elixir Markdown to HTML conversion library","archived":false,"fork":false,"pushed_at":"2020-04-17T11:08:41.000Z","size":15,"stargazers_count":87,"open_issues_count":4,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-12T00:51:55.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devinus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-31T23:17:35.000Z","updated_at":"2024-07-01T12:26:52.000Z","dependencies_parsed_at":"2022-09-14T09:40:48.208Z","dependency_job_id":null,"html_url":"https://github.com/devinus/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/devinus%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinus%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinus","download_url":"https://codeload.github.com/devinus/markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665313,"owners_count":16860216,"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-08-01T02:00:54.979Z","updated_at":"2024-10-27T10:49:50.801Z","avatar_url":"https://github.com/devinus.png","language":"C","readme":"# Markdown\n\nA simple Elixir [Markdown][1] to HTML conversion library.\n\nImplemented entirely as a [NIF][2] binding to the [Hoedown][3] library.\n\n## Usage\n\n```iex\niex\u003e Markdown.to_html \"# Hello World\"\n\"\u003ch1\u003eHello World\u003c/h1\u003e\\n\"\niex\u003e Markdown.to_html \"http://elixir-lang.org/\", autolink: true\n\"\u003cp\u003e\u003ca href=\\\"http://elixir-lang.org/\\\"\u003ehttp://elixir-lang.org/\u003c/a\u003e\u003c/p\u003e\\n\"\n```\n\n### Options\n\n* `:tables` - Enables Markdown Extra style tables (default: `false`)\n* `:fenced_code` - Enables fenced code blocks (default: `false`)\n* `:autolink` - Automatically turn URLs into links (default: `false`)\n\n## TODO\n\n* Use dirty schedulers [when available][4]\n* Add more options to the NIF that are [available in Hoedown][5]\n* ANSI renderer\n\n[1]: http://daringfireball.net/projects/markdown/\n[2]: http://www.erlang.org/doc/tutorial/nif.html\n[3]: https://github.com/hoedown/hoedown\n[4]: https://github.com/zambal/markdown/commit/792a414de074d96ac47b5b52d212b7197ce04462\n[5]: https://github.com/hoedown/hoedown/blob/8ab482af918f6b5c296dca80f0c67e924c06b5c2/bin/hoedown.c#L49\n","funding_links":[],"categories":["Markdown"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinus%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinus%2Fmarkdown/lists"}