Can table extensions be added to support:
- Merged Cells,
- Alignment & Text Justification
- Text Wrapping
Maybe one can use the syntax for tables found here: GitHub - jeffreytse/jekyll-spaceship: π A Jekyll plugin to provide powerful supports for table, mathjax, plantuml, mermaid, emoji, video, audio, youtube, vimeo, dailymotion, soundcloud, spotify, etc. . This does not have automatic text wrapping through it has manual text wrapping.
keats
2
It would need to be added to GitHub - raphlinus/pulldown-cmark first
I noticed that my tables donβt seem to support alignment β everything is centred.
This thread was first search result on here, but when I follow the link and look at GitHub - pulldown-cmark/pulldown-cmark: An efficient, reliable parser for CommonMark, a standard dialect of Markdown today it does say:
it optionally supports parsing footnotes, Github flavored tables
So, does that mean that Zola today does actually support table alignment?
If so then perhaps it is a deficiency of my themeβ¦