Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

markdown-preview

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-preview

markdown-preview is a markdown renderer for React. It uses react-markdown under the hood. It is a wrapper component that provides some additional features.

  • 0.0.0
  • unpublished
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

markdown-preview

Node.js Package LICENSE NPM Downloads minzip contributors

markdown-preview is a markdown renderer for React. It uses react-markdown under the hood. It is a wrapper component that provides some additional features.

Installation

npm install markdown-preview

or, if you use yarn

yarn add markdown-preview

Usage

import MarkdownPreview from 'markdown-preview';

const MarkdownText = '# Hello World';

<MarkdownPreview>{MarkdownText}</MarkdownPreview>;

Contributing

See contributing.md in eiliehux/.github for ways to get started.

This project has a code of conduct. By interacting with this repository, you agree to abide by its terms.


Made with ❤️ by Eilie Huxton & friends 😃


Keywords

FAQs

Package last updated on 15 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc