Skip to content

Commit a2cb2f1

Browse files
committed
Convert tabs to spaces
1 parent fe3bba7 commit a2cb2f1

File tree

1 file changed

+2
-2
lines changed
  • tools/remark/plugins/remark-html-equation-src-urls/examples/fixtures

1 file changed

+2
-2
lines changed

tools/remark/plugins/remark-html-equation-src-urls/examples/fixtures/simple.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The absolute value is defined as
77
<!-- <equation class="equation" label="eq:absolute_value" align="center" raw="|x| = \begin{cases} x & \textrm{if}\ x \geq 0 \\ -x & \textrm{if}\ x < 0\end{cases}" alt="Absolute value"> -->
88

99
<div class="equation" align="center" data-raw-text="|x| = \begin{cases} x & \textrm{if}\ x \geq 0 \\ -x & \textrm{if}\ x < 0\end{cases}" data-equation="eq:absolute_value">
10-
<img src="" alt="Absolute value">
11-
<br>
10+
<img src="" alt="Absolute value">
11+
<br>
1212
</div>
1313

1414
<!-- </equation> -->

0 commit comments

Comments
 (0)