First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
| Left-Aligned | Center Aligned | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is | some wordy text | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
Ok now thats cool. You can make tables apparently.
I couldn’t explain yet I don’t know how to show those symbols lol I’ll just sshot it. But edit my post and look at what I did. It is a trick with syntax highlight let’s you build tables.
Here is the actual text I used for the first table.
First Header
Second Header
Content Cell
Content Cell
Content Cell
Content Cell
The second Table
Left-Aligned
Center Aligned
Right Aligned
col 3 is
some wordy text
$1600
col 2 is
centered
$12
zebra stripes
are neat
$1
But if you use syntax highlight those become what I posted above. Its just a trick to manually create a table if your trying to express something visually and dont want to use a screenshot of an actual table.
If you look at second table its not just alignment either. its colors and more advanced alignment aka the numbers column on right. Its just some nifty tricks for creating tables with just typing text. Not anything really that special. I found it kind of cool though.
It was listed in the Discourse guide for code blocks.