markdown-hash-filter
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

markdown-hash-filter

概要

markdown をヘッダ情報を元にフィルタリングする。

インストール

npm install -g markdown-hash-filter

使い方

markdown のヘッダを指定した条件で切り出す。

input (test.md)

# テスト

## 小テスト
テストです。
テストです。

コマンド

cat test.md | md-filter 小テスト

output

## 小テスト
テストです。
テストです。

ヘルプ・QA

ヘルプは、

md-filter -h

QA、バグなどは isssue にて報告をお願いします。

Package Sidebar

Install

npm i markdown-hash-filter

Weekly Downloads

0

Version

0.3.0

License

MIT

Unpacked Size

8.52 kB

Total Files

19

Last publish

Collaborators

  • tukumo