@vant/markdown-loader
Simple and fast vue markdown loader
Last updated 7 years ago by chenjiahan .
ISC · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @vant/markdown-loader 
SYNC missed versions from official npm registry.

vant-markdown-loader

Simple and fast vue markdown loader, transform markdown to vue component.

Install

NPM

npm i @vant/markdown-loader -S

YARN

yarn add @vant/markdown-loader

Options

  • enableMetaData: Default false. Whether to use front-matter to extract markdown meta data

  • linkOpen: Default true. Whether to add target="_blank" to all links

  • wrapper(html, fm): Format the returned content using a custom function

    • html: The result of markdown-it's render
    • fm: See fm(string). If enableMetaData option is false, the value is undefined.
      • attributes
      • body
      • frontmatter

Current Tags

  • 3.0.0-alpha.0                                ...           alpha (6 years ago)
  • 4.0.0-beta.0                                ...           beta (5 years ago)
  • 4.1.1                                ...           latest (5 years ago)

25 Versions

  • 4.1.1                                ...           5 years ago
  • 2.5.1                                ...           5 years ago
  • 2.5.0                                ...           5 years ago
  • 4.1.0                                ...           5 years ago
  • 4.0.1                                ...           5 years ago
  • 2.4.0                                ...           5 years ago
  • 4.0.0                                ...           5 years ago
  • 4.0.0-beta.0                                ...           5 years ago
  • 3.1.0-beta.1                                ...           5 years ago
  • 3.1.0-beta.0                                ...           5 years ago
  • 3.0.2                                ...           5 years ago
  • 3.0.1                                ...           5 years ago
  • 3.0.0                                ...           5 years ago
  • 3.0.0-alpha.2                                ...           5 years ago
  • 3.0.0-alpha.1                                ...           5 years ago
  • 3.0.0-alpha.0                                ...           6 years ago
  • 2.3.0                                ...           6 years ago
  • 2.3.0-beta.0                                ...           6 years ago
  • 2.2.0                                ...           7 years ago
  • 2.1.3                                ...           7 years ago
  • 2.1.2                                ...           7 years ago
  • 2.1.1                                ...           7 years ago
  • 2.1.0                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (2)
Dev Dependencies (0)
None
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |