Hello!
I’m trying to improve my Highlighter Extension by correctly converting HTML elements to Markdown and showing them in Dynalist.
Here is a Highlight that I’m currently trying to get into the right format in Dynalist:
When I’m converting to Markdown and send the content to the API, it looks like this:
But my goal would be something like this:
What I’m looking for is a way to convert my HTML to a format, which makes it possible to indent nodes and start new lines.
How would my Markdown need to look like to achieve that result?
Or do I need to submit the content in the OPML Format?