You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/html-to-text/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ Format | Description
213
213
`dataTable` | For visually-accurate tables. Note that this might be not search-friendly (output text will look like gibberish to a machine when there is any wrapped cell contents) and also better to be avoided for tables used as a page layout tool.
214
214
`skip` | Skips the given tag with it's contents without printing anything.
215
215
`blockString` | Insert a block with the given string literal (`formatOptions.string`) instead of the tag.
216
-
`blockTag` | Render an element as HTML block bag, convert it's contents to text.
216
+
`blockTag` | Render an element as HTML block tag, convert it's contents to text.
217
217
`blockHtml` | Render an element with all it's children as HTML block.
218
218
`inlineString` | Insert the given string literal (`formatOptions.string`) inline instead of the tag.
219
219
`inlineSurround` | Render inline element wrapped with given strings (`formatOptions.prefix` and `formatOptions.suffix`).
0 commit comments