{"id":20354914,"url":"https://github.com/grayhatdevelopers/react-page-markdown-plugin","last_synced_at":"2026-05-09T11:34:51.807Z","repository":{"id":56935951,"uuid":"526480671","full_name":"grayhatdevelopers/react-page-markdown-plugin","owner":"grayhatdevelopers","description":"Markdown Plugin for ReactPage Editor. Render markdown right in the browser!","archived":false,"fork":false,"pushed_at":"2022-08-30T17:29:02.000Z","size":3481,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-15T16:42:56.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://grayhatdevelopers.github.io/react-page-markdown-plugin/","language":"TypeScript","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/grayhatdevelopers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-19T05:56:52.000Z","updated_at":"2022-11-02T17:28:06.000Z","dependencies_parsed_at":"2023-01-16T17:15:47.214Z","dependency_job_id":null,"html_url":"https://github.com/grayhatdevelopers/react-page-markdown-plugin","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/grayhatdevelopers%2Freact-page-markdown-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Freact-page-markdown-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Freact-page-markdown-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayhatdevelopers%2Freact-page-markdown-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grayhatdevelopers","download_url":"https://codeload.github.com/grayhatdevelopers/react-page-markdown-plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241888701,"owners_count":20037378,"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-14T23:10:26.376Z","updated_at":"2026-05-09T11:34:46.787Z","avatar_url":"https://github.com/grayhatdevelopers.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-page-markdown-plugin\n\nThis Markdown plugin allows one to render markdown in a ReactPage component. It uses the [react-markdown library](https://www.npmjs.com/package/react-markdown) to render user-inputted markdown, basic and advanced, on-the-fly. \n\n## What is Markdown, even?\n\nIt is a format which allows a user to easily define headings, lists and images etc, right through simple syntax. This README is written in Markdown too!\n\n## Installation\n\nusing npm\n\n```js\nnpm i react-page-markdown-plugin\n```\n\nor using yarn\n\n```js\nyarn add react-page-markdown-plugin\n```\n\n## Instantiation\n\nDefine the ```react-page-markdown-plugin``` as part of the cellPlugins list.\n\n```js\nimport Markdown from 'react-page-markdown-plugin';\n\n\nconst cellPlugins = [\n... // Other cell plugins as usual\nMarkdown\n];\n\n\n```\n\n## Usage Example\n\n```js\nimport Markdown from 'react-page-markdown-plugin';\nimport Editor from '@react-page/editor';\n\nconst cellPlugins = [Markdown];\n\nexport default function SimpleExample() {\n  const [value, setValue] = useState(\"\");\n\n  return (\n    \u003cdiv\u003e\n      \u003cEditor cellPlugins={cellPlugins} value={value} onChange={setValue} /\u003e\n    \u003c/div\u003e\n  );\n}\n\n```\n\n## Markdown Plugin in Action\n\n![Animation](https://user-images.githubusercontent.com/61515279/186479524-de4fca5b-ba46-4ee1-814e-d05aa7db09d2.gif)\n\n---\n\n## React Page Markdown Plugin Demo\n\nA demo for markdown plugin can be found [here](https://grayhatdevelopers.github.io/react-page-markdown-plugin/). Have fun exploring.\n\n## About ReactPage\n\nReactPage is a smart, extensible and modern editor (“WYSIWYG”) for the web written in React. If you are fed up with the limitations of contenteditable, visit the [official documentation](https://react-page.github.io/docs/#/) of ReactPage.\n\n### ReactPage Demo\n\nA demo can be found on [Demo](https://react-page.github.io/) which reflects the stable release channel on npm.\nthe current beta version is also available as a demo: [beta Demo](https://react-page.github.io/beta)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayhatdevelopers%2Freact-page-markdown-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrayhatdevelopers%2Freact-page-markdown-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayhatdevelopers%2Freact-page-markdown-plugin/lists"}