Releases: pffy/markdown-table
Releases · pffy/markdown-table
v14
- implements
dist
folder workflows
v13
- added support for
=IMAGE( )
formula, converting to HTML image tags
=IMAGE(url)
=IMAGE(A1)
- image references are added to footnotes
<img src="IMAGE_URL" width="COLUMN_WIDTH" height="ROW_HEIGHT" TITLE="NOTES_TEXT">
IMAGE_URL: from formula URL
COLUMN_WIDTH: from Google Sheets cell column width
ROW_HEIGHT: from Google Sheets cell row height
NOTES_TEXT: from Google Sheets cell notes text
v11
- added exporter that converts the canonical
<<YOUTUBE_URL>>
into a linked YouTube video thumbnail
v10
- added support for =HYPERLINK formula
- added support for hypertext formatting within the grid
- improved how empty spaces are handled in tables with sparse data
v9
- adds support for Markdown table footnotes, using sheet cell notes #8
- sanitizes some cell input to prevent rendering issues on GitHub #1
v8
- added support for line breaks -- #2
- added support for checkboxes -- #3
- added compatibility chart -- #5
- updated monospace Google font list -- #6
- UI improvements