Skip to content

taipy.gui.Markdown

Bases: Page

Page generator for Markdown text.

Taipy can use Markdown text to create pages that are the base of user interfaces.

You can find details on the Taipy Markdown-specific syntax and how to add Taipy Visual Elements in the section on HTML of the User Manual.

__init__(content, **kwargs)

Initialize a new Markdown page.

Parameters:

Name Type Description Default
content str

The text content or the path to the file holding the Markdown text to be transformed.
If content is a path to a readable file, the file is read as the Markdown template content.

required