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

livedown2

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livedown2

Live Markdown previews.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Livedown2

Build Status Downloads

Originally based on shive/linedown.

Table of Contents

Overview

Easily render markdown documents using the command line (CLI) based on the next generation markdown parser in javascript, with pluggable syntax Markdown it!

  • Follows the CommonMark spec + adds syntax extensions & sugar (URL autolinking, typographer).
  • Configurable syntax! You can add new rules and even replace existing ones.
  • High speed.
  • Safe by default.
  • Community-written plugins and other packages on npm.

Demos

View the Live Demo to try it out or check out the screen capture below.

Installation

$ npm i -g livedown2

Usage

Typing either livedown or livedown2 will work.

$ livedown

Examples

Help

$ livedown -h

Specify port

$ livedown start README.md --port 4242

Open README.md preview in browser

$ livedown start README.md --open

Open README.md preview in a specific browser with arguments

This feature relies on specific CLI commands available for the browser of your choosing, e.g., --incognito for Google Chrome.

$ livedown start README.md --open --browser "'google chrome' --incognito"

Features

Installed Plugins

IDE Integrations

This package offers additional integrations for your favorite editors. Make sure to install the livedown2 package first, then follow the install instructions for each editor plugin.

Alternatives

License

MIT

Keywords

alternative

FAQs

Package last updated on 01 Jul 2020

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