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.
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.