New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@deskeen/web-builder-inline-markdown

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deskeen/web-builder-inline-markdown

Web Builder Module - Inline Markdown files

  • 0.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Web Builder Module - Inline Markdown files

This module allows the @deskeen/web-builder engine to inline Markdown files.

It uses the @deskeen/markdown parser under the hood to parse the text.

Install

npm install @deskeen/web-builder
npm install @deskeen/web-builder-inline-markdown

Usage

And add the module to the list of modules:

const builder = require('@deskeen/web-builder')
const builder.build([
  source: [
    // List of files or directories that include
    // {{inlineMD:file.md}} tags
  ],
  modules: [
    [
      '@deskeen/web-builder-inline-markdown',
      {
        assets: [
          // List of directories that include
          // the markdown files included in the tags
        ],
        onAssetsLoad: assetsMap => {
          // Optional event that allows to edit the content
          // of the assets before passing it to the parser.
        },
        parserOptions: {
          // See https://github.com/deskeen/markdown
          // for a complete list of options
        }
      }
    ]
  ]
])

Contact

You can reach me at {my_firstname}@{my_name}.fr

Licence

MIT Licence - Copyright (c) Morgan Schmiedt

Keywords

FAQs

Package last updated on 25 Feb 2021

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