Skip to content

Commit 790d5db

Browse files
author
Yuri Sulyma
committed
Remove quotes in data example
1 parent 1949f91 commit 790d5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/tex/extensions/html.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For example:
5151

5252
(x+1)^2 = \cssId{step1}{\style{visibility:hidden}{(x+1)(x+1)}}
5353

54-
x = \data{during="quadratic"}{\frac{-b\pm\sqrt{b^2-4ac}}{2a}}
54+
x = \data{during=quadratic}{\frac{-b\pm\sqrt{b^2-4ac}}{2a}}
5555

5656
.. Note::
5757

0 commit comments

Comments
 (0)