Insert, items in text field

Hello,

I have a question about the text field. I want to use bullet points like in the documentations. But inserting enters or latex expressions as is recommended doesn’t work. Can anyone help me with this problem.

A link to the print screen [
Layout & styling - Style text using Markdown | VIKTOR Documentation

Hi Pim,

You can use the following snippet, make sure to stick to this indentation (i.e. no indents in front of each line):

class MyParametrization(Parametrization):
    info = Text("""
Please select the wing model below
- 2D: ...
- 3D: ...
    1. High AR ...
    2. Low AR ...

""")
2 Likes