New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

markdown-editable-components

Package Overview
Dependencies
Maintainers
0
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-editable-components

Markdown web components

latest
npmnpm
Version
0.10.0
Version published
Weekly downloads
45
400%
Maintainers
0
Weekly downloads
 
Created
Source

markdown components

Typescript lit-element for wysiwyg markdown web component editor.

Setup

Install dependencies:

npm i

Build

To build the JavaScript version:

npm run build

To watch files and rebuild when the files are modified, run the following command in a separate shell:

npm run build:watch

Testing

Tests can be run with the test script:

npm test

Dev Server

To run the dev server and open the project in a new browser tab:

npm run serve

There is a development HTML file located at /dev/index.html that you can view at http://localhost:8000/dev/index.html.

Editing

If you use VS Code, we highly reccomend the lit-plugin extension.

The project is setup to reccomend lit-plugin to VS Code users if they don't already have it installed.

Linting

To lint the project run:

npm run lint

Keywords

web-components

FAQs

Package last updated on 17 Mar 2025

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