Documents: Markdown support and new value functions

We are glad to announce that the Modern engine now includes even more helpful features for working with templates. Let's take a look!

Markdown support

Now the Modern engine supports working with Markdown inside your documents.
Simply use the #markdown operation. For more details, check out the documentation.

New value functions: contains, starts-with and ends-with

These functions allow you to work with text and extract specific values. They are useful when you need to check whether a text contains certain characters, or if it starts or ends with specific values.
You can find more examples in our documentation: