1. Handlebars Helpers
  2. HTML to text

Handlebars Helpers

HTML to text

Converts HTML to plain text during Handlebars substitution. Useful for summaries, prompts, notifications, search content, and integration payloads.

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...