Socket
Book a DemoInstallSign in
Socket

@astrojs/markdown-component

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/markdown-component

Use the legacy Markdown component in your Astro site

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
654
124.74%
Maintainers
3
Weekly downloads
 
Created
Source

@astrojs/markdown-component

This package brings legacy support for the <Markdown /> component to all Astro projects.

The <Markdown /> component does not work in SSR. Consider importing Markdown content instead. :::

---
import Markdown from '@astrojs/markdown-component';
---
<Markdown>
  # Markdown syntax is now supported! **Yay!**
</Markdown>

See our Markdown Guide for more info.

Keywords

astro

FAQs

Package last updated on 09 Jun 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