Lava Filters - RenderStructuredContentAsHtml
Category:Other
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.
- Reading a good book.
- Helping others.
- Seeing other people laugh.