We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76274df commit fe3bba7Copy full SHA for fe3bba7
tools/remark/plugins/remark-svg-equations/examples/fixtures/simple.md
@@ -7,8 +7,8 @@ The absolute value is defined as
7
<!-- <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"> -->
8
9
<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>
+ <img src="" alt="Absolute value">
+ <br>
12
</div>
13
14
<!-- </equation> -->
0 commit comments