The Wayback Machine - https://web.archive.org/web/20190825205043/https://github.com/github/paste-markdown
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Paste spreadsheet cells as a Markdown table.
JavaScript
Branch: master
Clone or download
Latest commit dc743e6 Aug 23, 2019

README.md

Paste Markdown objects

Paste spreadsheet cells as a Markdown table. Convert pasted image URLs to Markdown image link syntax.

Installation

$ npm install @github/paste-markdown

Usage

import subscribe from '@github/paste-markdown'

// Subscribe the behavior to the textarea.
subscribe(document.querySelector('textarea[data-paste-markdown]'))

Using a library like selector-observer, the behavior can automatically be applied to any element matching a selector.

import {observe} from 'selector-observer'
import subscribe from '@github/paste-markdown'

// Subscribe the behavior to all matching textareas.
observe('textarea[data-paste-markdown]', {subscribe})

Development

npm install
npm test

License

Distributed under the MIT license. See LICENSE for details.

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.