You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/services/mock/json/infoView.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,17 @@
14
14
"meanElapsedTime": "10",
15
15
"meta": {
16
16
"title": "Failed Task",
17
-
"description": "A task that always fails!",
17
+
"description": "# A task that always fails!\n\n - Bullet point\n - Bullet 🐜\n",
18
18
"URL": "https://cylc.org",
19
19
"userDefined": {
20
-
"my custom field": "My custom value!"
20
+
"my custom field": "My custom value!",
21
+
"Links and images": "[Great Auk - link example](https://en.wikipedia.org/wiki/Great_Auk)\n\n",
0 commit comments