Skip to content

Commit bcf7ad1

Browse files
committed
Fix use of wront in-line delimiters in example file. Fixes issue #326.
1 parent bf490b0 commit bcf7ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sample-eqrefs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>A test of Equation References</h1>
5555
$$x+1\over\sqrt{1-x^2}\label{ref2}$$
5656
More math:
5757
$$x+1\over\sqrt{1-x^2}$$
58-
Here is a ref inside math: $\ref{ref2}+1$ and text after it.
58+
Here is a ref inside math: \(\ref{ref2}+1\) and text after it.
5959

6060
\begin{align}
6161
x& = y_1-y_2+y_3-y_5+y_8-\dots

0 commit comments

Comments
 (0)