Skip to content

Commit 090ad2d

Browse files
committed
Some notes.
1 parent bb7e5c0 commit 090ad2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct MyView: View {
3030
}
3131
```
3232

33-
<img src="./assets/images/hello.png" width="85" height="21.5">
33+
> <img src="./assets/images/hello.png" width="85" height="21.5">
3434
3535
### Modifiers
3636

@@ -42,7 +42,7 @@ LaTeX("Hello, $\\LaTeX$!")
4242
.foregroundColor(.blue)
4343
```
4444

45-
<img src="./assets/images/hello_blue.png" width="87" height="21.5">
45+
> <img src="./assets/images/hello_blue.png" width="87" height="21.5">
4646
4747
Along with supporting the built-in SwiftUI modifies, `LaTeXSwiftUI` defines more to let you configure the view.
4848

@@ -60,7 +60,7 @@ LaTeX("e^{i\\pi}+1=0")
6060
.parsingMode(.all)
6161
```
6262

63-
<img src="./assets/images/euler.png" width="75" height="19.5">
63+
> <img src="./assets/images/euler.png" width="75" height="19.5">
6464
6565
##### Equations
6666

@@ -88,7 +88,7 @@ LaTeX("Hello, ${\\color{red} \\LaTeX}$!")
8888
.imageRenderingMode(.original)
8989
```
9090

91-
<img src="./assets/images/rendering_mode.png" width="84.5" height="43">
91+
> <img src="./assets/images/rendering_mode.png" width="84.5" height="43">
9292
9393
#### Error Mode
9494

@@ -108,7 +108,7 @@ LaTeX("$\\asdf$")
108108
.errorMode(.rendered)
109109
```
110110

111-
<img src="./assets/images/errors.png" width="199.5" height="55">
111+
> <img src="./assets/images/errors.png" width="199.5" height="55">
112112
113113
#### Block Rendering Mode
114114

@@ -134,7 +134,7 @@ LaTeX("The quadratic formula is $$x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}$$ and it h
134134
.blockMode(.blockText)
135135
```
136136

137-
<img src="./assets/images/blocks.png" width="430" height="350">
137+
> <img src="./assets/images/blocks.png" width="430" height="350">
138138
139139
#### Unencode HTML
140140

@@ -149,7 +149,7 @@ LaTeX("$x^2&lt;1$")
149149
.unencoded()
150150
```
151151

152-
<img src="./assets/images/unencoded.png" width="72.5" height="34">
152+
> <img src="./assets/images/unencoded.png" width="72.5" height="34">
153153
154154
#### TeX Options
155155

0 commit comments

Comments
 (0)