docs: document_transformers consistency (#10467)

- Updated `document_transformers` examples: titles, descriptions, links
- Added `integrations/providers` for missed document_transformers
This commit is contained in:
Leonid Ganeline
2023-09-30 16:36:23 -07:00
committed by GitHub
parent 240190db3f
commit cb84f612c9
13 changed files with 226 additions and 56 deletions

View File

@@ -5,11 +5,11 @@
"id": "fe6e5c82",
"metadata": {},
"source": [
"# html2text\n",
"# HTML to text\n",
"\n",
"[html2text](https://github.com/Alir3z4/html2text/) is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text. \n",
">[html2text](https://github.com/Alir3z4/html2text/) is a Python package that converts a page of `HTML` into clean, easy-to-read plain `ASCII text`. \n",
"\n",
"The ASCII also happens to be valid Markdown (a text-to-HTML format)."
"The ASCII also happens to be a valid `Markdown` (a text-to-HTML format)."
]
},
{
@@ -125,7 +125,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.10.12"
}
},
"nbformat": 4,