Wondering if your typical/average/normie person (millennials and younger) know it or know about it. It’s enabled on reddit and discord?

  • Rikudou_Sage@lemmings.world
    link
    fedilink
    arrow-up
    8
    ·
    10 hours ago

    And yet you just used it! Some parts of markdown were made to be intuitive and natural like:

    1. Numbering your items
    2. will automatically format them
    3. into ordered lists
    • and if you use - it’s an unordered list
    • same with asterisk
      • loppy@fedia.io
        link
        fedilink
        arrow-up
        3
        ·
        7 hours ago

        You typed some text to make your first comment, and it looked something like this:

        Elder Millennial here. All I know about markdown is:
        
        1. To make a hard copy of a thought or conversation. "Mark that down in your notes, so we don't forget."
        
        2. A discount or sale. "Did you see the 30% markdown on three legged jeans?"
        

        The way your comment actually displays is different though, isn’t it? The numbered items are indented and come one after the other without any space inbetween, and the text within each numbered item is properly aligned.

        What you entered is just text, and text by itself is inherently meaningless. “Markdown” is the name of a particular standard way of formatting text so that programs can reliably interpret parts of that text as representing the writers desire for their text to be displayed a particular way. You can kind of think of it like a programming language. As another basic example, consider this text:

        This is a paragraph.
        This        is still    the same
               paragraph.
        
        Here is the second one.
        
        
        
        
        
        And here is the third                   one.
        

        I’m going to paste this text right after this sentence; notice how the amount of space doesn’t matter, and how a new paragraph is denoted by at least two line breaks.

        This is a paragraph. This is still the same paragraph.

        Here is the second one.

        And here is the third one.

      • Notyou@sopuli.xyz
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        8 hours ago

        I am, also, an elder millennial and confused. Maybe it’s just some form of problem solving/way to sort your thoughts or options?

    • Secret Music@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 hours ago

      Some parts of markdown were made to be intuitive and natural like

      And then other parts of it are just infuriating. Like how if you try to post song lyrics or something, the markdown just mashes every sentence together in one line for some reason. So you have to know the secret code just to make gdamn new lines. I actually pressed enter to go to a new line 5 times in this paragraph but it comes out all jumbled together after posting.

      As far as I’m concerned, I shouldn’t need to know some special formatting just for return to work properly.

      • aasatru@kbin.earth
        link
        fedilink
        arrow-up
        2
        ·
        7 hours ago

        And then you’re on your phone, and typing two spaces at the end of each line is a mess because your keyboard insists you really want punctuation and a space. Because why would you end a sentence with two spaces. Gah.