New:Socket for Asana Is Now Available.Learn more
Get Started

@nvidia-elements/markdown

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nvidia-elements/markdown

A suite of markdown components and utilities.

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
2
Created
Source

@nvidia-elements/markdown

NVIDIA Design System and UI Agent Harness for AI/ML Factories, Robotics, and Autonomous Vehicles.

A Web Component for rendering markdown content with full styling support.

  • Documentation
  • Changelog
  • GitHub Repo
  • npm

Getting Started

npm install @nvidia-elements/markdown

Usage

Markdown Content (via source property)

Perfect for dynamic content and programmatic updates:

<nve-markdown source="# Hello World

This is **bold** and *italic* text with a [link](https://example.com).

- List item 1
- List item 2

```javascript
const code = 'example';
```"></nve-markdown>
// Programmatic updates
const element = document.querySelector('nve-markdown');
element.source = '# Updated Content\n\nNew markdown content here.';

Features

  • Markdown Parsing: Full markdown support with syntax highlighting, links, lists, and more
  • HTML Templates: Support for raw HTML content via template elements
  • Two Input Modes: Clear separation between markdown (source) and HTML (template)
  • Performance Optimized: Lazy-loaded markdown parser for better initial load times
  • Design System Integration: Styled with NVE design tokens and CSS custom properties

Keywords

markdown

FAQs

Package last updated on 22 Jul 2026

Related posts