Skip to content

Commit 61fc81a

Browse files
Test change of figure shortcode
1 parent 471d70b commit 61fc81a

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

content/en/case-studies/blackhole-image.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ title: "Case Study: First Image of a Black Hole"
33
sidebar: false
44
---
55

6-
{{< figure >}}
7-
src = '/images/content_images/cs/blackhole.jpg'
8-
title = 'Black Hole M87'
9-
alt = 'black hole image'
10-
attribution = '(Image Credits: Event Horizon Telescope Collaboration)'
11-
attributionlink = 'https://www.jpl.nasa.gov/images/universe/20190410/blackhole20190410.jpg'
6+
{{< figure
7+
src='/images/content_images/cs/blackhole.jpg'
8+
title='Black Hole M87'
9+
alt='black hole image'
10+
attribution='(Image Credits: Event Horizon Telescope Collaboration)'
11+
attributionlink='https://www.jpl.nasa.gov/images/universe/20190410/blackhole20190410.jpg'
12+
>}}
1213
{{< /figure >}}
1314
1415
{{< blockquote

content/en/user-survey-2020.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ community survey. Over 1,200 users from 75 countries participated to help us
1010
map out a landscape of the NumPy community and voiced their thoughts about the
1111
future of the project.
1212

13-
{{< figure >}}
14-
src = '/surveys/NumPy_usersurvey_2020_report_cover.png'
15-
alt = 'Cover page of the 2020 NumPy user survey report, titled "NumPy Community Survey 2020 - results"'
16-
width = '250'
13+
{{< figure
14+
src = '/surveys/NumPy_usersurvey_2020_report_cover.png'
15+
alt = 'Cover page of the 2020 NumPy user survey report, titled "NumPy Community Survey 2020 - results"'
16+
width = '250'
17+
>}}
1718
{{< /figure >}}
1819
1920
**[Download the report](/surveys/NumPy_usersurvey_2020_report.pdf)**

0 commit comments

Comments
 (0)