<td colspan="2"> appears unsupported (which is fine): ASCII HTML Single backticks 'Isn't this fun?' Quotes "Isn't this fun?" “Isn’t this fun?” Dashes -- is en-dash, --- is em-dash – is en-dash, —...
<td colspan="2"> appears unsupported (which is fine):
Misc tables: What Where Table Normal What Where Table Normal 2 |What |Where | |:-----|-------:| |Table |Summary | What Where Table Details What Where Table HTML Summary What Where Table HTML Details
How about 5 normal tables: 1: What Where Table Normal 2: What Where Table Normal 3: What Where Table Normal 4: What Where Table Normal 5: What Where Table Normal The End
ASCII HTML Single backticks 'Isn't this fun?' 'Isn't this fun?' Quotes "Isn't this fun?" ASCII HTML Single backticks 'Isn't this fun?' ‘Isn’t this fun?’ Quotes "Isn't this fun?" “Isn’t this fun?”...
Seeing as tables aren't part of Markdown as a standard, and exist only through extended versions, what version of Markdown does Tildes support?
I believe it's GitHub flavored markdown: https://github.com/github/cmark-gfm
As Tildes' install script pulls in the dependency "cmark-gfm" here: https://gitlab.com/tildes/tildes/-/blob/0dbb031562cd9297968fec0049af4b833ef77301/ansible/roles/cmark-gfm/tasks/main.yml
That'd make sense then. Thanks, that's good to know.
<td colspan="2">
appears unsupported (which is fine):'Isn't this fun?'
"Isn't this fun?"
-- is en-dash, --- is em-dash
Misc tables:
|What |Where | |:-----|-------:| |Table |Summary |
Links everywhere
Five
How about 5 normal tables:
1:
2:
3:
4:
5:
The End
'Isn't this fun?'
"Isn't this fun?"
'Isn't this fun?'
"Isn't this fun?"
-- is en-dash, --- is em-dash
-- is en-dash, --- is em-dash
Neat. I had no idea you could do that.