markdown

Result.markdown(with_model: bool = True, base_heading_level: int = 1) glotaran.utils.ipython.MarkdownStr[source]

Format the model as a markdown text.

Parameters
  • with_model (bool) – If True, the model will be printed with initial and optimized parameters filled in.

  • base_heading_level (int) – The level of the base heading.

Returns

MarkdownStr – The scheme as markdown string.

Return type

str