For example, for the following markdown:
2. Use $u_i$ to denote the regular expression that matches vectors orthogonal to $v_i$ , i.e. the regular expression constructed in question 1. The construction will be $accent(u, ->) = mono((2 (0|1)^d)*(2 (u_1|u_2|dots|u_n))(2 (0|1)^d)*)2$ . The constructed regular expression matches if and only if the original string can be divided into 3 parts:
1. prefix: matches any vector.
2. infix: matches exactly one vector $w_i$ orthogonal to some $v_i$ .
3. suffix: matches any vector.
where we use $mono((0|1)^d)$ to abbreviate the literal $d$-times repetition of $mono((0|1))$.
The construction has $O(n d) = n d + n + 1 + 2d$ characters.
My intention is to left align the where
clause with Use
, but currently it is parsed as a part of the line starting with 3. suffix
.
Also, it makes preview and reading view look different, which is very annoying.
I can use an extra newline to do this. But it will give me an extra newline in preview, which is still unpleasant for me: