Skip to content

Commit 40754ad

Browse files
authored
Merge pull request #1383 from swcarpentry/zkamvar-patch-1
fix HTML figure to use markdown syntax
2 parents 8cf9fa9 + 8bab229 commit 40754ad

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

episodes/03-create.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ $ nano draft.txt
194194

195195
Let's type in a few lines of text.
196196

197-
<div style="width:80%; margin: auto;"><img alt="screenshot of nano text editor in
198-
action with the text `It's not publish or perish any more, it's share and thrive`"
199-
src="../fig/nano-screenshot.png"></div>
197+
![screenshot of nano text editor in action with the text `It's not publish or perish any more, it's share and thrive`](../fig/nano-screenshot.png)
200198

201199
Once we're happy with our text, we can press <kbd>Ctrl</kbd>+<kbd>O</kbd>
202200
(press the <kbd>Ctrl</kbd> or <kbd>Control</kbd> key and, while

0 commit comments

Comments
 (0)