Icon

View HTML and Markdown with Python View node

Read and Display HTML Content

This workflow reads an HTML file as separate lines, then combines those rows back into one continuous piece of text so it can be shown in the HTML view. Conceptually, it turns a line-by-line file into a single renderable HTML document.

Read and Display Markdown Content

This workflow reads a Markdown file as separate lines, then combines those rows back into one continuous piece of text so it can be shown in the Markdown view. Conceptually, it turns a line-by-line file into a single renderable Markdown document.

Note on the display of Markdown content:

For simplicity of execution, I did not install a custom Python library to render markdown. This means the HTLM wrapper had to be defined fully manually.

If you prefer a more out-of-the-box approach, a great Python library you can try for rendering markdown is, for example, markdown-it-py.

Read HTMLdashboard for a fakee-commerce company
Line Reader
Column Name Replacer
Column Name Replacer
Concatenate rows
GroupBy
Concatenate rows
GroupBy
View HTML
Python View
Read markdowndashboard for a fakee-commerce company
Line Reader
View Markdown
Python View

Nodes

Extensions

Links