Ad
  • Custom User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    use two indentations to get a "code block", that will keep the spacing and "a bit special characters":

      1    -->   1 | 10 | 6 | 17
      
      2    -->   2 | 4 | 5 | 11
      
      10          >>here I am<<
    

    or define code blocks with groups of 3 backticks: `

    ```
    inside
    ```
    

    will lead to :

    inside
    
  • Custom User Avatar

    Hi, thanks for the feedback- do you have any suggestions for a clearer wording of the problem?