Am I missing any cool markdown things besides Tables?
from sopularity_fax@sopuli.xyz to nostupidquestions@lemmy.ca on 03 Dec 2025 03:57
https://sopuli.xyz/post/37583417

Would love to learn how to do footnotes, I’ve definitely seen it in the wild at least once

#nostupidquestions

threaded - newest

nocturne@slrpnk.net on 03 Dec 2025 04:11 next collapse

~subscript~

header 2

header 3

<img alt="" src="https://slrpnk.net/pictrs/image/bc677a10-894e-44d1-b607-68e486e78640.jpeg">

18107@aussie.zone on 03 Dec 2025 04:24 collapse

![Caption](image link)

<img alt="Image with caption" src="https://slrpnk.net/pictrs/image/bc677a10-894e-44d1-b607-68e486e78640.jpeg">

Adding a caption to your images can help vision impaired people, and make the image easier to search for.

Bldck@beehaw.org on 03 Dec 2025 04:24 next collapse

www.markdownguide.org/cheat-sheet/

==Important text == can be highlighted. I actually didn’t know about this one

Here’s a sentence with a footnote. [^1]

[^1]: This is the footnote.

sopularity_fax@sopuli.xyz on 03 Dec 2025 04:49 collapse

==Highlight==

Doesnt render for me here on Lemmy but I do believe I used to ve able to use it in Logseq or Obsidian

Bldck@beehaw.org on 03 Dec 2025 13:41 collapse

It renders in Obsidian but not Blorp

sopularity_fax@sopuli.xyz on 03 Dec 2025 14:27 next collapse

Ill bite: wats blorp?

moseschrute@lemmy.world on 03 Dec 2025 16:42 next collapse

Only the best Lemmy/PieFed client of all time. Which is my definitely unbiased opinion as the creator of Blorp.

github.com/Blorp-Labs/blorp

Bldck@beehaw.org on 03 Dec 2025 17:34 collapse

An iOS front end app for piefed

moseschrute@lemmy.world on 03 Dec 2025 20:49 collapse

And Google Play, and F-Droid, and web, and macOS. We also support Lemmy, and you can login to Lemmy and PieFed simultaneously.

moseschrute@lemmy.world on 03 Dec 2025 16:41 collapse

Good catch! I’ll see if I can fix that in the next release of Blorp.

Edit: on second thought, let me double check what other Lemmy/PieFed clients do. I would hate to encourage users to use a syntax if it looks broken on other clients. In general, if the official UI supports something then we will support it.

Tackywater@lemmy.ca on 03 Dec 2025 04:33 next collapse

www.markdownguide.org/extended-syntax/

This has most of the extended syntax, including footnotes[^1]. I use the syntax highlighting quite often, and a few markdown editors/previewers support mermaid.js which is pretty cool if you need a simple diagram and you don’t want to mess around with a more complex app.

[^1]: If you are talking about Lemmy formatting specifically, I don’t think it’s feature complete yet, but it does support some things that aren’t documented

southsamurai@sh.itjust.works on 03 Dec 2025 04:46 next collapse

.

sopularity_fax@sopuli.xyz on 03 Dec 2025 04:54 collapse

Go on…

18107@aussie.zone on 03 Dec 2025 04:49 next collapse

```language name
syntax highlighted text
```

string code = "highlighted";
SELECT example FROM knowledge WHERE actualSource = StackOverflow
+ added examples
- removed mistakes
BlackAura@lemmy.world on 03 Dec 2025 22:57 collapse

Mermaid diagrams, where supported, I feel are invaluable in tech.