The provided sources discuss issues related to converting Markdown to HTML, particularly focusing on inconsistencies in output and specific formatting challenges. Here are the key points:
1. **Inconsistent Output in n8n Workflow**:
- A user encountered issues with the Markdown to HTML node in n8n, where the output was not being generated correctly. The problem persisted even after ensuring the node was set up correctly and isolating the issue by using static text input.
- The user found a workaround by moving the Markdown to HTML node before the HTTP request node, but the original problem remained unsolved.
2. **Spoilers in Markdown to HTML Converters**:
- Online Markdown to HTML converters failed to properly convert spoiler tags (`>`). The backend formatting on platforms like puzzling.stackexchange.com was not replicated by online converters like dillinger.io.
3. **Custom Table Formatting in Markdown**:
- A user sought help in creating a new Markdown code for tables, specifically for journal posts on iNaturalist. The instructions included providing the description of a product in HTML format, adhering to a specific structure with various HTML tags and text elements.
These sources highlight common challenges in converting Markdown to HTML, including inconsistencies in node configurations and difficulties with specific formatting elements like spoilers and custom tables.