Unexpected Markdown??
CompletedI’m using x-nvultra://make?txt=. . . to make a new entry.
In the request I’m passing markdown that looks like this:
…. [Data recovery apps for Mac] (https://www.macworld.co.uk/feature/mac-software/best-data-recovery-apps-3681531/)…
The new entry is getting created but when viewed on my Mac it looks like this:

Is this what I should expect?
I did expect something like this: Data recovery apps for Mac
0
-
When you put a space between `[...]` and `(...)` it is.
0 -
Right, is the string you're posting an actual string you're experiencing the problem with? If so, removing that space should solve the issue. Let me know if it's occurring anyway or for some other reason.
Based on your screenshot it looks like a newline is somehow being inserted in the middle of the link. It's possible that you need to url encode the string passed to the URL handler, or that something else is going on. Please provide an actual url that you're using for testing.
Thanks!
0
Please sign in to leave a comment.
Comments
2 comments