Lemmy supports ruby annotations (furigana) in markdown as of 0.18.1: {学校|がっこう}
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    michaelcharles
    Now 100%

    It's up to the front end, in this case wefwef, to implement it.

    Your best bet would be to reach out to the app developer.

    I just took a look at the source and unfortunately they aren't using markdown-it, so they can't use the same markdown-it-ruby package that the official Lemmy front end is using.

    3
  • You can now use furigana in your posts via the DenDen Markdown syntax for furigana. If you write the following ```markdown {学校|がっこう} ``` It will come out like this: {学校|がっこう}

    17
    7
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Jump
    This is what the United States looks like if you scale states by population

    [Higher quality PNG here.](https://res.cloudinary.com/mca62511/image/upload/v1688693281/memmy_icon_yl34uf.png) [Apple ICNS](https://res.cloudinary.com/mca62511/raw/upload/v1688693399/memmy_icon_lqcfd9.icns)

    26
    8
    Warp: Rust-based terminal
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    michaelcharles
    Now 100%

    I've been using Warp for months and didn't know that it had a subscription service. It isn't in-your-face about it at all, and so far I haven't run into any limitations that have asked me to pay for the paid version. Like seriously, I thought it was just free.

    1
  • I've gone and made accounts of a handful of Lemmy instances, all of them larger, more popular ones. ... and I can't access any of them directly today, likely due to the influx of users from Reddit. Programming.dev is alive and well though.

    288
    95
    This is a test.
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    michaelcharles
    Now 100%

    So, markdown supported.

    Can't make a codeblock by indenting.

    Specifying languages for code blocks doesn't cause any problems, but there's no indication of the specified language in the output. No syntax highlighting either.

    Quotes and multiline quotes work.

    Hmmm... images?

    The above should be an image if typical markdown image syntax works.

    3
  • https://example.com/

    Can posts have a body and a URL? # Is markdown supported? ``` Console.WriteLine("Hello, World") ``` Do code blocks work? What about with syntax highlighting? ```javascript console.log("Hello, World"); ``` Can I make a code block with indentations? var a = "Hello" var b = "World" console.log(`${a}, ${b}`); Let's see what quotations look like, > This is a quote. And this one will be multiline. > Line one. > Line two. > > There should be a space above. I think that's enough testing for now.

    9
    11
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearMI
    Now
    4 7

    michaelcharles

    programming.dev