{"id":16225896,"url":"https://github.com/bestguy/ractive-markdown","last_synced_at":"2025-04-08T03:42:59.956Z","repository":{"id":143418642,"uuid":"59957085","full_name":"bestguy/ractive-markdown","owner":"bestguy","description":"A markdown mustache helper for Ractive, using Markdown-it","archived":false,"fork":false,"pushed_at":"2016-05-29T18:07:44.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T02:51:22.465Z","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/bestguy.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-05-29T18:06:25.000Z","updated_at":"2016-05-29T18:08:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb513043-414c-492a-9df8-7b339d9d1605","html_url":"https://github.com/bestguy/ractive-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/bestguy%2Fractive-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bestguy%2Fractive-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bestguy","download_url":"https://codeload.github.com/bestguy/ractive-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247773744,"owners_count":20993633,"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-10T12:46:50.845Z","updated_at":"2025-04-08T03:42:59.931Z","avatar_url":"https://github.com/bestguy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ractive Markdown helper\n\nA markdown mustache helper for [Ractive](http://www.ractivejs.org/), \nusing [Markdown-it](https://github.com/markdown-it/markdown-it)\n\nAlso supports emoji via [Markdown-it-emoji](https://github.com/markdown-it/markdown-it-emoji)\n\n----\n\n## Usage\n\n_Note: this helper is a self-registering CommonJS module, and in the browser \nrequires a module system such as Webpack or Browserify._\n\n    npm install ractive-markdown\n\n### ES5:\n\n```js\nvar Ractive = require('ractive');\nrequire('ractive-markdown');\n```\n\n### ES6/2015+:\n\n```js\nimport Ractive from 'ractive';\nimport 'ractive-markdown';\n```\n\n### In Ractive template \n(Requires triple brackets to show unescaped HTML):\n\n    {{{md('# Hello _World!_')}}}\n\n#### Outputs:\n\n# Hello _World!_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fractive-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbestguy%2Fractive-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbestguy%2Fractive-markdown/lists"}