Hey everyone! First time here, I’m trying to add Markdown formatted content to a table using the Node JS API. Right now, this formatted text doesn’t get detected by Coda and isn’t rendered using Markdown.
Anyone know of a workaround that could allow me to insert Markdown formatted content into a table using the API? Thanks in advance!
However, when I try to update the same column in the same row, I cannot get the same text that came out of the API to be accepted into the API. Here’s what I tried…
It seems like a basic principle of API design should be that you can put in what you get out. Otherwise, even simple “backup” scripts cannot work. Note, it made not difference if I used the disableParsing parameter for the query.
It would be really helpful if Coda fixed this. Perhaps something like a parseMarkdown parameter could be added to the update API so that we could opt into a behavior that includes Markdown parsing, just as we can now opt into the 'disableParsing` behavior.
Note, this post has been turned into a suggestion. If you agree, please visit the suggestion and upvote it. Thanks!