Markdown Node

Convert between Markdown and HTML formats

Written By pvdyck

Last updated About 5 hours ago

Markdown Node

The Markdown node converts content between Markdown and HTML formats for use in workflows that need formatted text output.

Modes

ModeDescription
Markdown to HTMLConvert Markdown-formatted text into HTML
HTML to MarkdownConvert HTML content back into Markdown

Parameters

ParameterDescription
Input FieldThe field containing the source content to convert (default: data)
Destination FieldThe field name for the converted output

Markdown to HTML Options

OptionDescription
FlavorMarkdown parsing variant: GitHub (GFM), Vanilla, Original
TablesEnable GitHub-style table parsing
StrikethroughEnable ~~strikethrough~~ syntax
Header Level StartSet the starting header level (e.g., start at h2 instead of h1)
Smart Indentation FixFix indentation issues in list items
Open Links in New WindowAdd target="_blank" to all links

HTML to Markdown Options

OptionDescription
Bullet MarkerCharacter for unordered lists: -, *, or +
Code Block FenceUse backticks or tildes for code blocks
Em DelimiterUse _ or * for emphasis
Heading StyleATX (# Heading) or Setext (underline style)
Keep Images With DataPreserve base64-encoded images

Limitations

  • Complex HTML with custom styling may not convert cleanly to Markdown
  • Does not support extended Markdown syntax (e.g., footnotes, definition lists)

Related