Describe the problem/error/question
I have a Google document (.doc) that forms the message content that I wish to send by Gmail.
The document can be downloaded (Google Drive 1 node) as html and I can see that embedded hyperlinks are preserved.
When the html content is extracted (Extract from file node), all formatting and links are lost. Clearly the node extracts the text as a string.
I want the extracted content to include format and links.
What is the error message (if any)?
There are no error messages per se but the functionality is not what I’m looking to achieve.
Please share your workflow
This is my dev workfow with manual trigger.
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
## Share the output returned by the last node
<!-- If you need help with data transformations, please also share your expected output. -->

## Information on your n8n setup
- **n8n version:** 1.57.0
- **Database (default: SQLite):** SQLite
- **n8n EXECUTIONS_PROCESS setting (default: own, main):** executionMode: regular
concurrency: -1
- **Running n8n via (Docker, npm, n8n cloud, desktop app):** Docker (self hosted)
- **Operating system:**Ubuntu