Lava Filters - RenderStructuredContentAsHtml

Category:Other

Description:Takes the given structured content and renders it as HTML.
Input: "StructuredContent": { ""time"":1676039688279, ""blocks"":[ { ""id"":""a2FYCrj8NG"", ""type"":""header"", ""data"":{ ""text"":""Things I love."", ""level"":2 } }, { ""id"":""egdM-bpIfg"", ""type"":""list"", ""data"":{ ""style"":""ordered"", ""items"":[ { ""content"":""Reading a good book."", ""items"":[ ] }, { ""content"":""Helping others."", ""items"":[ ] }, { ""content"":""Seeing other people laugh."", ""items"":[ ] } ] } } ], ""version"":""2.22.1"" }
Lava: {{ StructuredContent | RenderStructuredContentAsHtml }}
Output:

Things I love.

  1. Reading a good book.
  2. Helping others.
  3. Seeing other people laugh.