What I did: sent new text from Shortcuts to append to Agenda note with raw text:
- [ ] 2:23 PM: 🔶 [Write update to #slack-channel re progress and fixes](omnifocus:///task/supersecrettaskURL)
What happened: The test was displayed as raw text as shown above instead of showing the name (Write update to #tech-camapign-standard re progress and fixes) linked to the URL in rich text.
What I tested: Removing the # entirely from the link name fixed the issue. Replacing it with \# did not solve the issue, but I tried, and replacing # with %23 worked, but text was rendered as %23 instead of as #. Maybe something with the Markdown parser?
Thanks!
ScottyJ