kirk
kirk
Today I learned about Emacs’s table handling. Start with a mess: | *Name* | *Type* | *Flavor* | |--|--|--| | Orange | Fruit | Orangeish | | Water | Liquid | N/A | | Pineapple | Armored fruit | Summer | Run M-x table-recognize and press TAB. Now you have: | *Name* | *Type* | *Flavor* | |-... honeypot.net
|
Embed
Progress spinner
In reply to
kirk
kirk

@manton On that subject, this post on my timeline looks a lot different than it does on my blog.

I switched to using 4-space indentation to mark the code block because when I used triple-backquotes, it displayed the entire bit between the very first triple-backquote and the very last one​ as one big code block. Now my blog shows 2 separate code blocks but my timeline only shows the first one.

|
Embed
Progress spinner
manton
manton

@kirk Hmm, this looks suspiciously like a truncation bug of some kind, because usually the timeline will cut off at 300 characters and link to the full blog post… But there's no link here. I'll try to reproduce it.

|
Embed
Progress spinner