Skip to content

Commit 9de8d62

Browse files
committed
Fix markdown formatting in README examples by replacing URL-encoded characters with proper symbols
1 parent 1854e59 commit 9de8d62

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,15 +1102,15 @@ vfb.get_instances('FBbt_00003748', return_dataframe=False)
11021102
},
11031103
{
11041104
"id": "VFB_00101385",
1105-
"label": "[ME%28R%29 on JRC_FlyEM_Hemibrain](VFB_00101385)",
1105+
"label": "[ME(R) on JRC_FlyEM_Hemibrain](VFB_00101385)",
11061106
"tags": "Nervous_system|Adult|Visual_system|Synaptic_neuropil_domain",
11071107
"parent": "[medulla](FBbt_00003748)",
11081108
"source": "",
11091109
"source_id": "",
11101110
"template": "[JRCFIB2018Fum](VFB_00101384)",
11111111
"dataset": "[JRC_FlyEM_Hemibrain painted domains](Xu2020roi)",
11121112
"license": "",
1113-
"thumbnail": "[![ME%28R%29 on JRC_FlyEM_Hemibrain aligned to JRCFIB2018Fum](http://www.virtualflybrain.org/data/VFB/i/0010/1385/VFB_00101384/thumbnail.png 'ME(R) on JRC_FlyEM_Hemibrain aligned to JRCFIB2018Fum')](VFB_00101384,VFB_00101385)"
1113+
"thumbnail": "[![ME(R) on JRC_FlyEM_Hemibrain aligned to JRCFIB2018Fum](http://www.virtualflybrain.org/data/VFB/i/0010/1385/VFB_00101384/thumbnail.png 'ME(R) on JRC_FlyEM_Hemibrain aligned to JRCFIB2018Fum')](VFB_00101384,VFB_00101385)"
11141114
},
11151115
{
11161116
"id": "VFB_00030810",
@@ -1283,7 +1283,7 @@ vfb.get_templates(return_dataframe=False)
12831283
{
12841284
"id": "VFB_00120000",
12851285
"order": 10,
1286-
"name": "[Adult T1 Leg %28Kuan2020%29](VFB_00120000)",
1286+
"name": "[Adult T1 Leg (Kuan2020)](VFB_00120000)",
12871287
"tags": "Adult|Anatomy",
12881288
"thumbnail": "[![Adult T1 Leg (Kuan2020)](http://www.virtualflybrain.org/data/VFB/i/0012/0000/VFB_00120000/thumbnail.png 'Adult T1 Leg (Kuan2020)')](VFB_00120000)",
12891289
"dataset": "[Millimeter-scale imaging of a Drosophila leg at single-neuron resolution](Kuan2020)",

0 commit comments

Comments
 (0)