1. Handlebars Helpers
  2. HTML to text

Handlebars Helpers

HTML to text

Save html as a string of text removing all html tags

Uses

  • Use to convert HTML to text
  • Use to feed a web page content to an LLM via a prompt

Usage

Helper name : htmltotext

Parameter Description
content The HTML content to convert to text

Examples

Simple Example

Example definition:

loading...

Substituted definition

loading...