Am I missing any cool markdown things besides Tables?

  • bold
  • italic
  • strike
  • link
  • Header1

  • ^superscript
  • !spoiler!<

  • quote

  • bullet

  • code

  • subscript

  • image

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

7 points · 15 comments · view on lemmy.world

15 Comments

Tackywater@lemmy.ca · 11 pts · 252d

https://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

18107@aussie.zone · 3 pts · 252d

```language name
syntax highlighted text
```

string code = "highlighted";
SELECT example FROM knowledge WHERE actualSource = StackOverflow
+ added examples
- removed mistakes
Bldck@beehaw.org · 3 pts · 252d (7 replies)

https://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 · 2 pts · 252d (6 replies)

==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 · 2 pts · 252d (5 replies)

It renders in Obsidian but not Blorp

moseschrute@lemmy.world · 2 pts · 251d

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.

sopularity_fax@sopuli.xyz · 2 pts · 252d (3 replies)

Ill bite: wats blorp?

Bldck@beehaw.org · 3 pts · 251d (1 reply)

An iOS front end app for piefed

moseschrute@lemmy.world · 1 pts · 251d

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 · 2 pts · 251d

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

https://github.com/Blorp-Labs/blorp

BlackAura@lemmy.world · 2 pts · 251d

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

nocturne@slrpnk.net · 2 pts · 252d (1 reply)

subscript

header 2

header 3

18107@aussie.zone · 2 pts · 252d

![Caption](image link)

Image with caption

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

southsamurai@sh.itjust.works · 1 pts · 252d (1 reply)

.

sopularity_fax@sopuli.xyz · 2 pts · 252d

Go on...