akkudoktoreos.server.dash.markdown

Markdown rendering with MonsterUI HTML classes.

Functions

Markdown(*c[, cls])

Component to render Markdown content with custom styling.

file_to_data_uri(file_path)

Convert a file to a data URI.

render_blockquote(self, tokens, idx, ...)

Custom renderer for Markdown blockquotes with MonsterUI styling.

render_heading(self, tokens, idx, options, env)

Custom renderer for Markdown headings with MonsterUI styling.

render_image(self, tokens, idx, options, env)

Custom renderer for Markdown images with MonsterUI styling.

render_link(self, tokens, idx, options, env)

Custom renderer for Markdown links with MonsterUI styling.

render_list(self, tokens, idx, options, env)

Custom renderer for lists with MonsterUI styling.

render_paragraph(self, tokens, idx, options, env)

Custom renderer for Markdown paragraphs with MonsterUI styling.