{"id":19792118,"url":"https://github.com/making/marked4j","last_synced_at":"2025-05-01T02:30:20.937Z","repository":{"id":12352578,"uuid":"14998354","full_name":"making/marked4j","owner":"making","description":"marked(https://github.com/chjj/marked) for Java which is a markdown parser and compiler","archived":false,"fork":false,"pushed_at":"2020-10-12T23:57:47.000Z","size":77,"stargazers_count":10,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-06T07:37:33.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/making.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2013-12-07T02:16:38.000Z","updated_at":"2024-12-09T19:53:18.000Z","dependencies_parsed_at":"2022-09-02T22:00:30.732Z","dependency_job_id":null,"html_url":"https://github.com/making/marked4j","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmarked4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmarked4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmarked4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fmarked4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/making","download_url":"https://codeload.github.com/making/marked4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812220,"owners_count":21647866,"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-12T07:05:59.748Z","updated_at":"2025-05-01T02:30:20.686Z","avatar_url":"https://github.com/making.png","language":"JavaScript","readme":"# Marked4J\n\n[![Build Status](https://travis-ci.org/making/marked4j.svg?branch=master)](https://travis-ci.org/making/marked4j)\n[![Apache 2.0](https://img.shields.io/github/license/making/marked4j.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/am.ik.marked4j/marked4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/am.ik.marked4j/marked4j)\n[![Javadocs](https://www.javadoc.io/badge/am.ik.marked4j/marked4j.svg)](https://www.javadoc.io/doc/am.ik.marked4j/marked4j)\n\n[marked](https://github.com/chjj/marked) for Java\n\n## Usage\n\n``` java\nString md = \"- foo\\n- bar\\n- baz\";\nMarked marked = new MarkedBuilder().gfm(true).build();\nString expected = \"\u003cul\u003e\\n\u003cli\u003efoo\u003c/li\u003e\\n\u003cli\u003ebar\u003c/li\u003e\\n\u003cli\u003ebaz\u003c/li\u003e\\n\u003c/ul\u003e\\n\";\nassertThat(marked.marked(md), is(expected));\n```\n\n## Use with Maven\n\nyou will get this artifact from Maven Central Repository\n\n``` xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003eam.ik.marked4j\u003c/groupId\u003e\n    \u003cartifactId\u003emarked4j\u003c/artifactId\u003e\n    \u003cversion\u003e0.11.0\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n## Change Log\n\n* 0.11.0 (2019-06-06)\n  * Use j2v8 instead of Nashorn\n* 0.10.3 (2018-03-08)\n  * updated marked version to 0.3.17.\n* 0.10.2 (2017-06-04)\n  * fix nested list in TOC\n* 0.10.1 (2017-06-04)\n  * supported `autoToc`\n* 0.10.0 (2017-06-04)\n  * supported TOC 👏 ([gh-2](https://github.com/making/marked4j/issues/2))\n  * updated marked version to 0.3.6.\n* 0.9.2 (2016-01-13)\n  * updated marked version to 0.3.5. ([gh-11](https://github.com/making/marked4j/issues/11))\n* 0.9.1 (2014-04-06)\n  * updated marked version to 0.3.1\n  * supported `langPrefix` option\n* 0.9.0 (2014-03-09)\n  * first release\n\n## Prerequisites\n\n* JDK 8+\n\n## License\n\nLicensed under the Apache License, Version 2.0.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fmarked4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaking%2Fmarked4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fmarked4j/lists"}