3 votes

Topic deleted by author

18 comments

  1. [4]
    Comment deleted by author
    Link
    1. hulp
      Link Parent
      Link in the summarySMALL TEXT IN THE DETAILS Also, when I vote on a comment with expanded <details> block(s), they collapse.
      Link in the summarySMALL TEXT IN THE DETAILS

      Also, when I vote on a comment with expanded <details> block(s), they collapse.

      1 vote
  2. cfabbro
    Link
    testing tables in expando Column A Column B Column C A1 B1 C1 A2 B2 C2 A3 B3 C3
    testing tables in expando
    Column A Column B Column C
    A1 B1 C1
    A2 B2 C2
    A3 B3 C3
    2 votes
  3. Whom
    Link
    Comment to bookmark to remember how to do this <details open> <!-- add "open" if you want it to be open on load" --> <summary>the text beside the arrow</summary> the rest </details>
    Comment to bookmark to remember how to do this
    <details open> <!-- add "open" if you want it to be open on load" -->
    <summary>the text beside the arrow</summary>
    the rest
    </details>
    
    2 votes
  4. cfabbro
    (edited )
    Link
    testing <details open>this should be visible to start
    testing <details open>this should be visible to start
    2 votes
  5. [3]
    Eylrid
    Link
    I'm going to try it too! I saw this in hungariantoasts comment [here](https://tildes.net/~games/gk3/what_games_have_you_been_playing_and_whats_your_opinion_on_them#comment-3rb9) and had to try it...
    I'm going to try it too! I saw this in hungariantoasts comment [here](https://tildes.net/~games/gk3/what_games_have_you_been_playing_and_whats_your_opinion_on_them#comment-3rb9) and had to try it out myself. I see other people are, too. (I guess links don't work in detail tags)

    link outside detail tag

    2 votes
    1. [2]
      cfabbro
      Link Parent
      The details feature is HTML based so if you want a link inside it, AFAIK, you have to similarly use HTML instead of the markdown method for links. E.g. <details><summary>link inside</summary><a...

      The details feature is HTML based so if you want a link inside it, AFAIK, you have to similarly use HTML instead of the markdown method for links. E.g.

      <details><summary>link inside</summary><a href="https://tildes.net/">Tildes.net</a></details> =

      link insideTildes.net
      2 votes
      1. Deimos
        Link Parent
        Markdown should work, but I think it needs to have a blank line separating it from the HTML so the parser can recognize you're not writing HTML any more. This works: <details> <summary>link...

        Markdown should work, but I think it needs to have a blank line separating it from the HTML so the parser can recognize you're not writing HTML any more. This works:

        <details>
        <summary>link inside</summary>
        
        [testing a link](https://tildes.net)
        </details>
        

        produces:

        link inside

        testing a link

        (@Eylrid)

        3 votes
  6. hulp
    Link
    SMALL texts can be nested, too.

    SMALL texts can be nested, too.

    2 votes
  7. LukeZaz
    Link
    Stuff ...with summary!More stuff. ..and open! For good measure, there are also things. extra formatting for summaries? And presumably for contents too of course More formatting tests in comments...

    Stuff

    ...with summary!More stuff.
    ..and open!

    For good measure, there are also things.

    extra formatting for summaries?

    And presumably for contents too of course

    More formatting tests in comments Emphasis

    Emphasis two

    Strong

    Strongbad

    So small

    2 votes
  8. [7]
    Algernon_Asimov
    Link
    How does this work? This is small text. This is detailed text. This is summary text.

    How does this work?

    This is small text.

    This is detailed text. This is summary text.
    1 vote
    1. [6]
      Algernon_Asimov
      Link Parent
      Well, that's bizarre. If you put detailed text before the summary, it shows up after the summary. This is small text. This is normal text. This is summary text. This is detailed text.

      Well, that's bizarre. If you put detailed text before the summary, it shows up after the summary.

      This is small text. This is normal text.

      This is summary text.
      This is detailed text.
      1 vote
      1. [5]
        Algernon_Asimov
        Link Parent
        If you put the details after the summary, the summary ignores it. What? This is summary 1. This is details 1. This is summary 2. This is details 2.

        If you put the details after the summary, the summary ignores it. What?

        This is summary 1.
        This is details 1.
        This is summary 2.
        This is details 2.
        1 vote
        1. [2]
          Comment deleted by author
          Link Parent
          1. Algernon_Asimov
            Link Parent
            Thank you. That wasn't clear, and I would never have worked out that configuration through trial and error!

            The "details" part is supposed to hold everything, you don't put one after the other:

            Thank you. That wasn't clear, and I would never have worked out that configuration through trial and error!

            1 vote
        2. [3]
          Algernon_Asimov
          Link Parent
          What? The summaries don't connect to the details after them. What if I reverse the order and put the summaries after the details? This is details 1. This is summary 1. This is details 2. This is...

          What? The summaries don't connect to the details after them.

          What if I reverse the order and put the summaries after the details?

          This is details 1.
          This is summary 1.
          This is details 2.
          This is summary 2.
          1 vote
          1. [2]
            Algernon_Asimov
            Link Parent
            Well, that didn't work, either! What if I leave off the closing tag, like I accidentally did in my first comment? This is summary 1. This is details 1. This is summary 2. This is details 2.

            Well, that didn't work, either!

            What if I leave off the closing tag, like I accidentally did in my first comment?

            This is summary 1.
            This is details 1. This is summary 2.
            This is details 2.
            1 vote
            1. Algernon_Asimov
              Link Parent
              Yeah... no. I can't work this out by trial and error. Time to ask people.

              Yeah... no.

              I can't work this out by trial and error. Time to ask people.

              1 vote