UndercoverUlrikHD 🇳🇴@programming.dev to Boost for Lemmy@lemmy.worldEnglish · edit-219 days agoTable formatting doesn't work on boostmessage-squaremessage-square3linkfedilinkarrow-up113arrow-down10file-text
arrow-up113arrow-down1message-squareTable formatting doesn't work on boostUndercoverUlrikHD 🇳🇴@programming.dev to Boost for Lemmy@lemmy.worldEnglish · edit-219 days agomessage-square3linkfedilinkfile-text
Example: Column 1 Column 2 Cell 1, Row 1 Cell 2, Row 1 Cell 1, Row 2 Cell 1, Row 2 How it’s in the browser:
minus-squareJohnEdwa@sopuli.xyzlinkfedilinkEnglisharrow-up1·edit-219 days agoBoost is based on Old Reddit markdown parser which is close, but not identical to the one Lemmy has, and there are some edge cases and compatibility issues. FWIW, the GFM extension used for Markdown tables defines that a newline should be required for a table to function: You must include a blank line before your table in order for it to correctly render. But as an app for browsing Lemmy, Boost should match whatever Lemmy does, even if it does things “wrong”.
Boost is based on Old Reddit markdown parser which is close, but not identical to the one Lemmy has, and there are some edge cases and compatibility issues.
FWIW, the GFM extension used for Markdown tables defines that a newline should be required for a table to function:
But as an app for browsing Lemmy, Boost should match whatever Lemmy does, even if it does things “wrong”.