ddoc15475

My module

  1.    // Computes the interval [x,y)
       auto interval = computeInterval(x, y);
    

Discussion

Backslash-escape parentheses with \( and \).

  1. (
    


  1. )
    


  1.     Here are some nested `backticks`
        // Another interval [x,y)
    


  1.     This won't end the code block: --- )
        // Yet another interval [x,y)