Skip to content

Commit 7d2e304

Browse files
committed
Update readme
1 parent 77bd4e5 commit 7d2e304

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/html-to-md/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Advanced converter that parses HTML and returns MarkDown.
66

77
Customizable like [html-to-text](https://github.com/html-to-text/node-html-to-text) but with output format reusable in other systems.
88

9+
## Changelog
10+
11+
Available here: [CHANGELOG.md](https://github.com/html-to-text/node-html-to-text/blob/master/packages/html-to-md/CHANGELOG.md)
12+
913
## Installation
1014

1115
## Usage

packages/html-to-text/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Option | Default | Description
105105
Old option | Depr. | Rem. | Instead use
106106
-------------------------- | --- | ----- | -----------------
107107
`baseElement` | 8.0 | | `baseElements: { selectors: [ 'body' ] }`
108-
`decodeOptions` | | 9.0 | Entity decoding is now handled by [htmlparser2](https://github.com/fb55/htmlparser2) itself and [entities](https://github.com/fb55/entities) internally. No user-configurable parts compared to [he](https://github.com/mathiasbynens/he).
108+
`decodeOptions` | | 9.0 | Entity decoding is now handled by [htmlparser2](https://github.com/fb55/htmlparser2) itself and [entities](https://github.com/fb55/entities) internally. No user-configurable parts compared to [he](https://github.com/mathiasbynens/he) besides boolean `decodeEntities`.
109109
`format` | | 6.0 | The way formatters are written has changed completely. New formatters have to be added to the `formatters` option, old ones can not be reused without rewrite. See [new instructions](#override-formatting) below.
110110
`hideLinkHrefIfSameAsText` | 6.0 | 9.0 | `selectors: [ { selector: 'a', options: { hideLinkHrefIfSameAsText: true } } ]`
111111
`ignoreHref` | 6.0 | 9.0 | `selectors: [ { selector: 'a', options: { ignoreHref: true } } ]`
@@ -303,4 +303,4 @@ Refer to [BlockTextBuilder](https://github.com/html-to-text/node-html-to-text/bl
303303

304304
## License
305305

306-
[MIT License](https://github.com/html-to-text/node-html-to-text/blob/master/LICENSE-MIT)
306+
[MIT License](https://github.com/html-to-text/node-html-to-text/blob/master/LICENSE)

0 commit comments

Comments
 (0)