EDIT: on web, it renders like this
Word of caution, it doesn’t render on Connect for Lemmy.
Hmm, but the best part about markdown is that it is human readable regardless so it should still be fine
i am not human
Nor Boost. It does in Raccoon, though.
or in Jerboa
Works in Voyager!
Boom.
Or Thunder
Renders in Summit, but I turned that off because any post title starting with
#
is rendered as h1.
If you have markdown on your title, then is not being rendered by Jerboa.
Do you also have the Android weirdness in which the tick marks appear to be in a different place? (Not Jerboa-specific)
The tick marks appear correctly for me.
You can also edit them after the fact unlike other platforms
What good is it for if I can’t change post title font to Comic Sans.
ABSOLUTELY NOTHIN
Good god, ya’ll.
Oh no
Oh no indeed
(unlike Reddit, for example)
I use bold and italic a lot in post titles. Some of the other stuff wouldn’t make much sense I don’t think, but every little bit helps.
I mean,
code
could work and maybe superscript or subscript and that’s about it I thinkCan you create headings in headings?
You can, and it’ll probably get annoying if everyone catches on!
OK, I will never use it again.
~oh no~
deleted by creator
Are sub and superscript officially supported by markdown now? Or is that a Lemmy-specific extension?
Lemmy-ui uses
markdown-it
: https://github.com/LemmyNet/lemmy-ui/blob/main/package.json#L65Markdown-it follows the CommonMark spec with extensions: https://spec.commonmark.org/current/ As I see superscript is not part of the spec, but listed in the markdown-it readme as a plugin, so I guess it’s coming from there: https://github.com/markdown-it/markdown-it?tab=readme-ov-file#syntax-extensions
They are also listed in package.json:
"markdown-it-sub": "^2.0.0", "markdown-it-sup": "^2.0.0",
https://github.com/LemmyNet/lemmy-ui/blob/main/package.json#L73
Lemmy docs about markdown support: https://join-lemmy.org/docs/users/02-media.html#text
Lol apparently you can’t
Guess it depends on your client because it works for me.
Works for me on Sync.
What client do you use?
Jerboa. Its awful but there’s nothing better
Voyager
I still have installed a dozen or so clients, so I opened Voyager to remind myself what it is in comparison to Jerboa, which is also my preferred client.
Suddenly my android device has an iOS user interface. To me, this is lazy development. I’m sure it’s fine for someone accustomed to it, but even having a static header and footer seem out of date.
I’ll stick with Jerboa for the time being.
It wasn’t just the UI. There was something else broken about it since I last tried it.
I’m pretty sure there’s a preference to not be iPhone UI
Thunder, Eternity, Connect, Summit?
I’ll try eternity, thanks. None of the others are on fdroid
Thunder is in the IzzyOnDroid repo you can add it in fdroid
Thanks but I dont trust third party repos
Wow, amazing
Be careful of the character limit on each viewer, as they can “trim” your title in the middle of some markup tag and just display part of it as the title.