Skip to content

Commit d35d7e4

Browse files
authored
Merge pull request #148 from UA-Libraries-Research-Data-Services/upload-sage
URL encode markdown image links
2 parents 4179552 + 39e7453 commit d35d7e4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/r/casc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,35 +331,35 @@ imgs <- lapply(list, function(x) {(charToRaw(x$image))})
331331
image_scale(image_read(imgs[[1]]),200)
332332
```
333333

334-
![](<casc_files/figure-html/disp list-1.png>)
334+
![](casc_files/figure-html/disp%20list-1.png)
335335

336336
``` r
337337
# "Ethyl 2-nonynoate"
338338
image_scale(image_read(imgs[[2]]),200)
339339
```
340340

341-
![](<casc_files/figure-html/disp list-2.png>)
341+
![](casc_files/figure-html/disp%20list-2.png)
342342

343343
``` r
344344
# "Ethyl 1<em>H</em>-pyrazole-1-acetate"
345345
image_scale(image_read(imgs[[3]]),200)
346346
```
347347

348-
![](<casc_files/figure-html/disp list-3.png>)
348+
![](casc_files/figure-html/disp%20list-3.png)
349349

350350
``` r
351351
# "Ethyl 3-(ethoxycarbonyl)benzenepropanoate"
352352
image_scale(image_read(imgs[[4]]),200)
353353
```
354354

355-
![](<casc_files/figure-html/disp list-4.png>)
355+
![](casc_files/figure-html/disp%20list-4.png)
356356

357357
``` r
358358
# "Ethyl 1-cyclohexene-1-carboximidate"
359359
image_scale(image_read(imgs[[5]]),200)
360360
```
361361

362-
![](<casc_files/figure-html/disp list-5.png>)
362+
![](casc_files/figure-html/disp%20list-5.png)
363363

364364
### Select Specific Data
365365

0 commit comments

Comments
 (0)