{"id":13307287,"url":"https://github.com/ConstNW/necmark","last_synced_at":"2025-03-10T14:32:56.448Z","repository":{"id":149006323,"uuid":"191150831","full_name":"ConstNW/necmark","owner":"ConstNW","description":"necmark is bindings to cmark library (CommonMark implementation in C).","archived":false,"fork":false,"pushed_at":"2019-06-11T09:44:22.000Z","size":831,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-30T08:51:01.599Z","etag":null,"topics":["cmark","commonmark","haxe","haxelib","neko"],"latest_commit_sha":null,"homepage":"","language":"Haxe","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/ConstNW.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":"2019-06-10T10:56:25.000Z","updated_at":"2019-06-13T09:06:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"5facf868-8669-4bc8-81e1-cfd9cc889d8b","html_url":"https://github.com/ConstNW/necmark","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstNW%2Fnecmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstNW%2Fnecmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstNW%2Fnecmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConstNW%2Fnecmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConstNW","download_url":"https://codeload.github.com/ConstNW/necmark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242868670,"owners_count":20198528,"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":["cmark","commonmark","haxe","haxelib","neko"],"created_at":"2024-07-29T18:00:15.952Z","updated_at":"2025-03-10T14:32:56.439Z","avatar_url":"https://github.com/ConstNW.png","language":"Haxe","funding_links":[],"categories":[],"sub_categories":[],"readme":"# necmark\n\n[![Build Status](https://travis-ci.org/ConstNW/necmark.svg?branch=master)](https://travis-ci.org/ConstNW/necmark)\n\nnecmark is a haxe/neko library that wraps subset of [cmark C library](https://github.com/commonmark/cmark) (that is one of reference implementations of [CommonMark](https://commonmark.org/)).\n\n## Features\n\n- no need to install ``libcmark``\n- supported output: HTML, XML, CommonMark, man, LaTeX\n- supported options: ``CMARK_OPT_UNSAFE``, ``CMARK_OPT_NOBREAKS``,\n  ``CMARK_OPT_HARDBREAKS``, ``CMARK_OPT_SOURCEPOS``, ``CMARK_OPT_SMART``\n- safe HTML output is on by default (like in ``libcmark``)\n\n## Installation\n\n    haxelib install necmark\nor\n\n    haxelib git https://github.com/ConstNW/necmark\n\n### Usage\n\n```haxe\nvar src = \"Hello World!\";\nvar n = new necmark.Necmark(src);\nvar out = n.render(ncrHtml(necmark.Necmark.RENDER_OPT_UNSAFE));\n```\n\n[more examples](https://github.com/ConstNW/necmark/tree/master/test)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FConstNW%2Fnecmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FConstNW%2Fnecmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FConstNW%2Fnecmark/lists"}