222
submitted 1 month ago* (last edited 1 month ago) by cyclohexane@lemmy.ml to c/programming@programming.dev

There are a couple I have in mind. Like many techies, I am a huge fan of RSS for content distribution and XMPP for federated communication.

The really niche one I like is S-expressions as a data format and configuration in place of json, yaml, toml, etc.

I am a big fan of Plaintext formats, although I wish markdown had a few more features like tables.

you are viewing a single comment's thread
view the rest of the comments
[-] beeng@discuss.tchncs.de 27 points 1 month ago* (last edited 1 month ago)

Depending where you use it, but often tables are available in markdown.

markdown table
x y
 |markdown|table|
 |--|---|
 |x|y|

Fixed..cos you could only see rendered and not code.

[-] echindod@programming.dev 13 points 1 month ago

Oh. Good one. Markdown everywhere. Slack always pissed me off for it's sub par markdown support.

[-] lud@lemm.ee 3 points 1 month ago

There is an option in the settings to use markdown formatting. I haven't tried it but I guess it at least makes formatting less annoying.

[-] tleb@lemmy.ca 4 points 1 month ago

It's a (small, shitty) subset of markdown. Slack formatting just kind of sucks.

[-] spartanatreyu@programming.dev 6 points 1 month ago* (last edited 1 month ago)

I fixed it for you (markdown tables support padding to make them easy to read):

markdown table
x y
|markdown|table|
|--------|-----|
|x       |y    |
[-] ulterno@lemmy.kde.social 1 points 1 month ago* (last edited 1 month ago)

deleted by creator, who realised their misunderstanding

[-] tyler@programming.dev 6 points 1 month ago

Markdown tables are terrible though. Try and put a code block in there. Adoc tables are amazing on the other hand, but much more verbose to write.

[-] matcha_addict@lemy.lol 4 points 1 month ago

I'd argue this syntax is difficult to read, especially as it scales

[-] spartanatreyu@programming.dev 2 points 1 month ago

The syntax is only difficult to read in their example.

I fixed their example here: https://programming.dev/comment/12087783

this post was submitted on 02 Sep 2024
222 points (98.3% liked)

Programming

17242 readers
262 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS