You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ And MathKit is `based on the Katex` engine to achieve
37
37
* [YYText](https://github.com/ibireme/YYText)
38
38
4. Import `MathSubjectView.h`.
39
39
5. Initialization of an instance object, and give the `testStr` attribute assignment, where the object will be copied to the mixture of arbitrary science formulas and pictures of the string.
40
-
Note: Here's the formula in the string need to use a tag similar to `<math></math>` wrapped up, and the picture will need to use a tag similar to `<image></image>` wrapped up, so as to be recognized
40
+
Note: Here's the formula in the string need to use a tag similar to `@math#...@/math#` wrapped up, and the picture will need to use a tag similar to `@image#...@/image#` wrapped up, so as to be recognized
41
41
6. Add the instance object to your view.
42
42
43
43
If you still do not know how to use it, then download the code to see it, the package has my prepared sample demo.
0 commit comments