pysepal.sepalwidgets.widget.Markdown#

class pysepal.sepalwidgets.widget.Markdown(*args, **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