Skip to content

Commit bbcd4e7

Browse files
committed
Fixed image issues
1 parent 2615322 commit bbcd4e7

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Data Schema
22

3-
<a href="/img/schema-v1.1-2022-12-20.jpg" target="_blank" title="Open schema in new tab">![Schema](../img/schema-v1.1-2022-12-20.jpg)</a>
4-
3+
<figure markdown>
4+
![Schema](../img/schema-v1.1-2022-12-20.jpg)
5+
<figcaption>Data schema</figcaption>
6+
</figure>

docs/3_Data_Specification/3_2_Material.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
Materials should be provided as a separate csv file, in tidy format. This means that each row of the csv file should be one material for a component. An example is provided.
44

5-
<a href="/img/materials-v1.0-2022-12-20.png" target="_blank"><img src="/img/materials-v1.0-2022-12-20.png"target="_blank" title="Open schema in new tab" width="200px"></img></a>
5+
<figure markdown>
6+
![Schema](../img/materials-v1.0-2022-12-20.png){ width="450" }
7+
<figcaption>Data schema</figcaption>
8+
</figure>
69

710
The specification of this csv file is as follows:
811

0 commit comments

Comments
 (0)