Problem with "New Line" if Markdown -> HTML

Hi community

I’m aggregating markdown text and transforming it to HTML. The problem is, that the module “Markdown to HTML” does not recognize the first heading as valid markdown and therefore does not add proper H1/H2 HTML tags.

I tried everything in the “text aggregator”-module, but couldn’t fix it.

Do you have any ideas how to fix it?

This is the setup:

This is the text-aggregator:


I also tried to add “newLine” before and after the aggregated text, but no success. Last try was to use a custom separator, because the separator “New line” als didn’t work.

Here is the wrong markdown2HTML-output:

Thank you for the help :slight_smile:

Here is another example that didn’t work:

Welcome to the Make community!

What is the output of module 122, that produced this result?

You have not yet provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any error(s).

To allow others to assist you with your scenario, please provide the following:

3. Output Bundles of Modules

Please provide the output bundles of the module [122] by running the scenario (you can also get this without re-running your scenario from the History tab).

Click on the white speech bubbles on the top-right of each module and select “Download input/output bundles”.

A. Upload as a Text File

Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.

You can upload the file here by clicking on this button:

B. Insert as Formatted Code Block

If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:

  • Method 1: Type code block manually

    Add three backticks ``` before and after the content/bundle, like this:

    ```
    content goes here
    ```

  • Method 2. Highlight and click the format button in the editor

Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved.

Sharing these details will make it easier for others to assist you.