Releases: jaywcjlove/html-to-markdown-cli
v2.1.1
Documentation v2.1.1: https://raw.githack.com/jaywcjlove/html-to-markdown-cli/75e73d8/index.html
Comparing Changes: v2.1.1...v2.1.1
v2.1.0
Documentation v2.1.0: https://raw.githack.com/jaywcjlove/html-to-markdown-cli/660d60a/index.html
Comparing Changes: v2.0.1...v2.1.0
- π’ ci: update workflows config. 439e38c
- π feat: Support getting input from STDIN and outputting to STDOUT (useful for piping) (#19) 42573ce @jessp01
- π clean: format code. #19 7f58210
- π feat: the cli supports plugin config. 973fcb4
- π doc: update document. 2170b4a
echo "<h1>hello world</h1>"| html-to-markdown - --stdout
Support Config
In the project's root directory, add a .htm2mdrc.js
file with the following configuration to enable the rehype and remark plugins.
/**
* @typedef {import("@wcj/html-to-markdown").Options} Options
* @type {Options}
**/
export default {
rehypeParseOption: {},
rehypePlugins: [],
remarkPlugins: [],
};
The configuration is supported by auto-config-loader and it supports configurations in formats of .htm2mdrc.js
, .htm2mdrc.mjs
, .htm2mdrc.cjs
, and .htm2mdrc.ts
.
v2.0.1
Documentation v2.0.1: https://raw.githack.com/jaywcjlove/html-to-markdown-cli/ab917dd/index.html
Comparing Changes: v2.0.0...v2.0.1
v2.0.0
Documentation v2.0.0: https://raw.githack.com/jaywcjlove/html-to-markdown-cli/29b2f58/index.html
Comparing Changes: v1.0.1...v2.0.0
- π chore: update jest config. bafa2e7
- π chore: update workflows config. c89e1fb
- π chore: update workflows config. a4d746e
- π doc: Update README.md 36e0ae9
- π doc: Update README.md 13f1af3
- π doc: Update README.md 031d8d4
- π doc: Update README.md b9052e7
- π chore(deps): update dependency lerna to v5 (#4) 137796a @renovate-bot
- π chore: update workflows config. 7b4ddcb
- π chore(deps): update dependency tsbb to v4 #8 07ced3d
- π fix(deps): update dependency rehype-video to v2 (#17) 2e1daf9 @renovate-bot
- π fix(deps): update dependency unified to v11 (#10) ece9e3c @renovate-bot
- π fix(deps): update dependency rehype to v13 (#11) d2b0976 @renovate-bot
- π fix(deps): update dependency remark-stringify to v11 (#14) ebb4e1d @renovate-bot
- π fix(deps): update dependency rehype-format to v5 (#12) 59fd0cc @renovate-bot
- π fix(deps): update dependency rehype-remark to v10 (#13) dcd26c0 @renovate-bot
- π fix(deps): update dependency remark-gfm to v4 (#15) 25b4cb8 @renovate-bot
- π fix(deps): update dependency rehype-ignore to v2 (#16) f2ff353 @renovate-bot
- π’ ci: update workflows config. 3f21389
- π chore(deps): update dependency lerna to v7 #9 59479cc
- β test: fix test case error. 694673b
v1.0.1
Documentation v1.0.1: https://raw.githack.com/jaywcjlove/html-to-markdown-cli/678a689/index.html
Comparing Changes: v1.0.0...v1.0.1
- π chore: update workflows config. 38a91e7
- π doc: Update README.md b127e0c
- π chore: Update workflows config. 1b6d8b6
- π chore: update enovate.json 9cf58c3
- π doc: Update README.md 7c27907
- π doc: Update README.md cc54aa9
- π feat: add remarkPlugins/rehypePlugins options. 226cd10
- π doc: Update API document. 6e50f05
v1.0.0
v1.0.0