{"id":18412700,"url":"https://github.com/platzidev/markdown","last_synced_at":"2025-04-07T11:32:14.497Z","repository":{"id":57137194,"uuid":"78798633","full_name":"PlatziDev/markdown","owner":"PlatziDev","description":"Platzi Flavored Markdown parser","archived":false,"fork":false,"pushed_at":"2023-11-28T02:48:02.000Z","size":99,"stargazers_count":8,"open_issues_count":1,"forks_count":8,"subscribers_count":56,"default_branch":"master","last_synced_at":"2025-03-22T17:11:26.614Z","etag":null,"topics":["javascript","markdown","markdown-parser","node","npm"],"latest_commit_sha":null,"homepage":null,"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/PlatziDev.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":"2017-01-13T00:08:16.000Z","updated_at":"2021-03-28T02:48:19.000Z","dependencies_parsed_at":"2024-06-21T04:18:58.833Z","dependency_job_id":"d8d64ec3-937d-465b-a5ea-02da42e29e69","html_url":"https://github.com/PlatziDev/markdown","commit_stats":{"total_commits":41,"total_committers":4,"mean_commits":10.25,"dds":"0.12195121951219512","last_synced_commit":"828cef58dc3098816c205e2d116bf0548bdfa12d"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatziDev%2Fmarkdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatziDev%2Fmarkdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatziDev%2Fmarkdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlatziDev%2Fmarkdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlatziDev","download_url":"https://codeload.github.com/PlatziDev/markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247644533,"owners_count":20972306,"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":["javascript","markdown","markdown-parser","node","npm"],"created_at":"2024-11-06T03:43:11.092Z","updated_at":"2025-04-07T11:32:11.114Z","avatar_url":"https://github.com/PlatziDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Platzi Flavored Markdown\nThis is the markdown parser used in the Platzi education platform editor.\n\nThis version of Markdown support the usual Github Flavored Markdown and Youtube videos, emojis, figure wrapping images, `\u003cmark /\u003e` tags, underlines, abbr and definition lists.\n\n## How use it\nInstall it with **npm**.\n\n```bash\nnpm i -S @platzi/markdown\n```\n\nImport it in your project.\n\n```js\nimport createParser from '@platzi/markdown';\n```\n\nAnd the use it.\n\n```js\nconst parser = createParser();\nconst html = parser(`**this is my text in bold**`);\n```\n\n## Contribute\n- Fork the project.\n- Modify `index.js`.\n- Run tests `npm t`.\n- Fix problems (or the test).\n\n## Example Markdown\n```markdown\n![Platzi Logo](https://static.platzi.com/static/images/logos/platzi@2x.png)\n\n*[HTML]: Hyper Text Markup Language\n*[W3C]:  World Wide Web Consortium\n\n# Heading 1\nLorem **ipsum** dolor _sit_ ++amet++ :D.\n\nThe HTML ==specification== is maintained by the W3C.\n\n- item 1\n- item 2\n- item 3\n\nTerm 1\n  ~ Definition 1\n\nTerm 2\n  ~ Definition 2a\n  ~ Definition 2b\n\n@[youtube](ajLJOhf-WdA)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatzidev%2Fmarkdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplatzidev%2Fmarkdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplatzidev%2Fmarkdown/lists"}