You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the ability to insert Markdown into a Spreadsheet cell regardless of the formatting. All Markdown formatting (e.g., bullet lists) should be retained.
Background
Our issue management system allows issue updates and comments to be written using Markdown. Hence, these updates are typically multiline with bullets and numbered lists, tables, and other Markdown formatting. I would like to read this Markdown and insert into a Spreadsheet cell while retaining the formatting.
If I attempt to do it with the current API, I get the Error: Only one section allowed for replacement (#17). The only hack is to strip all Markdown out of the insert string.
The text was updated successfully, but these errors were encountered:
Feature Request
Implement the ability to insert Markdown into a Spreadsheet cell regardless of the formatting. All Markdown formatting (e.g., bullet lists) should be retained.
Background
Our issue management system allows issue updates and comments to be written using Markdown. Hence, these updates are typically multiline with bullets and numbered lists, tables, and other Markdown formatting. I would like to read this Markdown and insert into a Spreadsheet cell while retaining the formatting.
If I attempt to do it with the current API, I get the Error: Only one section allowed for replacement (#17). The only hack is to strip all Markdown out of the insert string.
The text was updated successfully, but these errors were encountered: