-
• #2
https://help.github.com/articles/github-flavored-markdown more or less, I think.
-
• #3
How do I embed this:
https://docs.google.com/spreadsheets/d/1srE0Z4eoBJdzs4u2oRTcjkP6bhTINEFZSQLjTu-O8-U/pubhtml?gid=1054638388&single=true&widget=true&headers=false
Is it not possible? -
• #4
use html <table/>
-
• #5
Need more description emyr?
-
• #6
I used plain old html to put the results from BOTB in a post in the fatbikes thread. excel can save to (ugly) html so I did that then ran the resulting mess through a tidier to get nice clean html.
-
• #7
Ah got it... Trouble is we want to embed the table so it updates when the Google doc updates, that way we may as well take a screenshot and post a picture...
-
• #8
What you propose won't provide a particularly nice UX on mobile.
Jeff Atwood posted about Standard Markdown, an attempt by devs at StackOverflow, Reddit et al to iron out the ambiguity in John Gruber's original Markdown "spec", partly by trying to define what all the pre-existing Markdown parsers do...
http://blog.codinghorror.com/standard-flavored-markdown/
And within a day, Gruber says he's
by the name Standard Markdown...
http://blog.codinghorror.com/standard-markdown-is-now-common-markdown/
So what kind of Markdown does Microco.sm (and hence LFGSS) support?