Jermolene / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
7.78k stars 1.16k forks source link

Fix wikitext-example-table-row to render output in block mode #8288

Closed btheado closed 6 days ago

btheado commented 1 week ago

Prior to #8059, the wikitext-example-table-row macro output table cell used extra blank line after the open html tag to render the output in block mode. All of the uses of that macro either depend on this behavior or are not broken by it. Add the blank line back.

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
tiddlywiki5 ✅ Ready (Inspect) Visit Preview Jun 22, 2024 1:56pm
btheado commented 1 week ago

Before this change, the intended list items in the 2nd column do not render as list items:

https://tiddlywiki.com/#WikiText%20parser%20mode%3A%20transclusion%20examples:%5B%5BWikiText%20parser%20mode%3A%20transclusion%20examples%5D%5D%20%5B%5BWikiText%20parser%20mode%3A%20macro%20examples%5D%5D

After the change they render as intended:

https://tiddlywiki5-git-fork-btheado-fix-wik-a25ba0-jermolenes-projects.vercel.app/#WikiText%20parser%20mode%3A%20transclusion%20examples:%5B%5BWikiText%20parser%20mode%3A%20transclusion%20examples%5D%5D%20%5B%5BWikiText%20parser%20mode%3A%20macro%20examples%5D%5D

Jermolene commented 6 days ago

Thanks @btheado @pmario