{"id":15608630,"url":"https://github.com/hypercubed/system-md-marked","last_synced_at":"2025-03-29T14:25:29.583Z","repository":{"id":66193357,"uuid":"66328225","full_name":"Hypercubed/system-md-marked","owner":"Hypercubed","description":"jspm Markdown plugin (using marked)","archived":false,"fork":false,"pushed_at":"2016-08-23T05:06:34.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T15:25:20.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Hypercubed.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":"2016-08-23T03:03:18.000Z","updated_at":"2016-08-23T04:14:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"4784a32d-bd5e-4957-8b62-5f2ba4064320","html_url":"https://github.com/Hypercubed/system-md-marked","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystem-md-marked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystem-md-marked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystem-md-marked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hypercubed%2Fsystem-md-marked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hypercubed","download_url":"https://codeload.github.com/Hypercubed/system-md-marked/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246194904,"owners_count":20738760,"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-10-03T05:21:41.657Z","updated_at":"2025-03-29T14:25:29.557Z","avatar_url":"https://github.com/Hypercubed.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"system-md-marked\n=========\n\nMarkdown loader for SystemJS using [marked](https://github.com/chjj/marked).\n\n# Overview\n\nA plugin for [SystemJS](https://github.com/systemjs/systemjs) which enables you to import markdown files directly. The files are compiled in the browser to HTML using [marked](https://github.com/chjj/marked).\n\n# Installation\n\nFor installing with JSPM run:\n\n```sh\njspm install md=github:Hypercubed/system-md-marked\n```\n\n# Basic Use\n\n```js\nimport readmeHTML from './readme.md!'\n```\n\n# Configuration\n\n[Marked configuration options](https://github.com/chjj/marked#options-1) are passed via \"mdOptions\".\n\n## Either: use the meta tag\n\n```js\nSystem.config({\n  meta: {\n    '*.md': {\n      loader: './md.js',\n      mdOptions: {\n        'tables': true\n      }\n    }\n  }\n});\n```\n\n## Or: using packages configuration\n\n```js\nSystem.config({\n  packages: {\n    'src': {\n      meta: {\n        \"*.md\": {\n          loader: './md.js',\n          mdOptions: {\n            tables: true\n          }\n        }\n      }\n    }\n  }\n});\n```\n\n# Acknowledgements\n\nThis code is based on [guybedford/system-md](https://github.com/guybedford/system-md).\n\n# License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fsystem-md-marked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypercubed%2Fsystem-md-marked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypercubed%2Fsystem-md-marked/lists"}