Skip to content

Commit cacf4a8

Browse files
authored
Update Preview.svelte to use short internal links (#223)
Closes #222
1 parent f193322 commit cacf4a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/viewer/src/components/Dev/Preview.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ $$x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}.$$
1212
1313
This is a list of internal links:
1414
15-
* {S000123}
16-
* {P000123}
17-
* {T000123}
18-
* {S000123|P000123}
15+
* {S123}
16+
* {P123}
17+
* {T123}
18+
* {S123|P123}
1919
2020
This is a list of external references:
2121
@@ -72,10 +72,10 @@ This is a list of external references:
7272
<td>
7373
<code>{'{uid}'}</code>
7474
- e.g.
75-
<code>{'{S000001}'}</code>
75+
<code>{'{S1}'}</code>
7676
for space 1
7777
<br />
78-
<code>{'{S000001|P000002}'}</code>
78+
<code>{'{S1|P2}'}</code>
7979
for space 1's value of property 2
8080
</td>
8181
</tr>

0 commit comments

Comments
 (0)