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

another-instant-markdown-d

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

another-instant-markdown-d

Instantly-updating Markdown Server. Original author: Suan-Aik Yeo <yeosuanaik@gmail.com>

  • 2.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

!nstant-markdown-d

New Feature

  • Updated the latest styles
  • Updated the markdown-it parse <> problem
  • Remove meta header
  • Updated css in index.html
  • Popup a simple chrome window to display markdown on macOS

Installation

Install another-instant-markdown-d

npm install -g another-instant-markdown-d

Install instant-markdown-d vim plugin by Vim Plugin Manager

Plug 'suan/vim-instant-markdown'

Start to preview md file, run command in vim

:InstantMarkdownPreview

Or use a map:

map <leader>rp :InstantMarkdownPreview<CR>

Run with Command

# listen 8090 port
instant-markdown-d

# display content
cat README.md| curl -X PUT -T - http://localhost:8090
echo "## Hlo > abc" | curl -X PUT -T - http://localhost:8090

# close the web page
curl -X DELETE http://localhost:8090

Environment variables

  • INSTANT_MARKDOWN_OPEN_TO_THE_WORLD=1 - by default, listening 0.0.0.0:8090

  • INSTANT_MARKDOWN_ALLOW_UNSAFE_CONTENT=1 - by default, scripts are blocked.

  • INSTANT_MARKDOWN_BLOCK_EXTERNAL=1 - by default, external resources such as images, stylesheets, frames and plugins are allowed.

Keywords

FAQs

Package last updated on 09 Apr 2019

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