sepal_ui.sepalwidgets.widget.Markdown#

class sepal_ui.sepalwidgets.widget.Markdown(**kwargs)[source]#

Custom Layout based on the markdown text given.

Parameters:
  • mkd_str (str) – the text to display using the markdown convention. multi-line string are also interpreted

  • kwargs – Any parameter from a v.Layout. If set, ‘children’ will be overwritten

Attributes

Methods

__init__

Custom Layout based on the markdown text given.

Markdown.__init__(mkd_str='', **kwargs)[source]#

Custom Layout based on the markdown text given.

Parameters:
  • mkd_str (str) – the text to display using the markdown convention. multi-line string are also interpreted

  • kwargs – Any parameter from a v.Layout. If set, ‘children’ will be overwritten

Return type:

None