Phoenix.LiveView.HTMLEngine (Phoenix LiveView v0.17.3) View Source

The HTMLEngine that powers .heex templates and the ~H sigil.

It works by adding a HTML parsing and validation layer on top of EEx engine. By default it uses Phoenix.LiveView.Engine as its "subengine".

Link to this section Summary

Link to this section Functions

Link to this function

handle_text(state, meta, text)

View Source

Callback implementation for EEx.Engine.handle_text/3.