param_dict_to_markdown
- glotaran.parameter.parameters.param_dict_to_markdown(parameters: dict | list, float_format: str = '.3e', depth: int = 0, label: str | None = None) MarkdownStr[source]
Format the
Parametersas markdown string.This is done by recursing the nested
Parameterstree.- Parameters:
- Returns:
The markdown representation as string.
- Return type: