telegraph.md

0.0.1 • Public • Published

📝 telegraph.md

NPM Version Build Status

Markdown powered pages for Telegra.ph

Installation

$ npm install telegraph.md --save

Example

const md = require('telegraph.md')
const nodes = md('Emphasis, aka italics, with *asterisks* or _underscores_.')
// [
//   {
//     "tag": "p",
//     "children": [
//       "Emphasis, aka italics, with ",
//       {
//         "tag": "em",
//         "children": [
//           "asterisks"
//         ]
//       },
//       " or ",
//       {
//         "tag": "em",
//         "children": [
//           "underscores"
//         ]
//       },
//       "."
//     ]
//   }
// ]

Readme

Keywords

Package Sidebar

Install

npm i telegraph.md

Weekly Downloads

28

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dotcypress