Phoenix.LiveView.HTMLEngine (Phoenix LiveView v0.17.0) 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
Functions
Callback implementation for EEx.Engine.handle_text/3
.
Link to this section Functions
Callback implementation for EEx.Engine.handle_text/3
.