Hello,
According to the documentation of Rich Text Formatting the Markdown format can handle 2 kind of links:
- The [ text ] (link)
- The [ text ] [ number ] with a [ number ] : ( link ) at the end of the content
But to my understanding if I use the API to send a content with the 1st format then it is converted to the 2nd format.
Questions:
- Did I correctly understand ?
- Is it something that AirTable wants ? (because I sync notes with AirTable, and so notes links are scramble when I retrieve them from the API and sometimes inline links are better than references)
- Is there a smart way to link an AirTable record ? like [1] : (recId)
Thanks
