We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f193322 commit cacf4a8Copy full SHA for cacf4a8
packages/viewer/src/components/Dev/Preview.svelte
@@ -12,10 +12,10 @@ $$x=\\frac{-b\\pm\\sqrt{b^2-4ac}}{2a}.$$
12
13
This is a list of internal links:
14
15
-* {S000123}
16
-* {P000123}
17
-* {T000123}
18
-* {S000123|P000123}
+* {S123}
+* {P123}
+* {T123}
+* {S123|P123}
19
20
This is a list of external references:
21
@@ -72,10 +72,10 @@ This is a list of external references:
72
<td>
73
<code>{'{uid}'}</code>
74
- e.g.
75
- <code>{'{S000001}'}</code>
+ <code>{'{S1}'}</code>
76
for space 1
77
<br />
78
- <code>{'{S000001|P000002}'}</code>
+ <code>{'{S1|P2}'}</code>
79
for space 1's value of property 2
80
</td>
81
</tr>
0 commit comments