cleanmark 清除格式 博客内容提取 [MD]

博文地址

我的GitHub 我的博客 我的微信 我的邮箱
baiqiantao baiqiantao bqt20094 baiqiantao@sina.com

目录

clean-mark

Convert a blog article into a clean Markdown text file.

This project depends on the A-Extractor project, a database of expressions used for extracting content from blogs and articles.

安装和使用

npm install clean-mark --global  安装程序
npm view clean-mark version  查看服务器此程序最新版本
npm view clean-mark versions  查看服务器此程序所有版本
npm info clean-mark  查看服务器此程序信息
npm ls clean-mark -g  查看此程序本地安装目录
clean-mark https://github.com/Molunerfinn/PicGo
clean-mark --help

帮助文档

λ clean-mark --help
$ clean-mark <url> [OPTIONS]

  Convert a blog article into a clean Markdown text file.

Options

  -o, --output  Specify output file name (auto-generated by default)
  --stdout      Write to STDOUT instead of a file
  -t, --type    Specify output format type (HTML, TEXT, or Markdown by default)
  --name-title  Use the title as output name
  --nodb        Don't use the A-Extractor database (probably a bad idea)

2017-01-16

原文地址:https://www.cnblogs.com/baiqiantao/p/6289916.html