Skip to content

Commit 199e514

Browse files
committed
edit
1 parent 99a7a17 commit 199e514

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A react native component used to easily display and handle mathematics (TeX or LaTeX) in html. The library does not use Web View.
44

5+
Only TeX or LaTeX is converted to svg. HTML is converted to native `<Text/>` component
6+
57
## Installation
68
```bash
79
$ yarn add react-native-mathjax-html-to-svg

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mathjax-html-to-svg",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)