Skip to content

Commit 61e4df2

Browse files
committed
Add image to table.
1 parent 361fa40 commit 61e4df2

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

content/blog/2021-04-25-github-readme-stats.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,31 @@ Calling this API servive with my account details
1414
returns a neat embedded image.
1515
Thanks Damien
1616

17-
<img align="left" src="https://github-readme-stats.vercel.app/api?username=emeraldjava&show_icons=true&count_private=true"></img>
17+
| ![Alt name of image](https://github-readme-stats.vercel.app/api?username=emeraldjava&show_icons=true&count_private=true) |
18+
| ------ |
1819

20+
To ensure the image gets space, we add it to a table.
21+
22+
TODO - create a gatsby plugin which takes the url and embeds the image.
23+
24+
With crappy dot line spacing below.
25+
26+
<img align="left" src="https://github-readme-stats.vercel.app/api?username=emeraldjava&show_icons=true&count_private=true"/>
27+
28+
.
29+
.
30+
.
31+
.
32+
.
33+
.
34+
.
35+
.
36+
.
37+
.
1938

2039
---
2140

22-
## Stackoverflow Flair
41+
## StackOverFlow Flair
2342

2443
See https://stackoverflow.com/help/flair
2544

@@ -30,10 +49,3 @@ See https://stackoverflow.com/help/flair
3049
## Horizontal Rules
3150

3251
See https://www.markdownguide.org/basic-syntax/#horizontal-rules
33-
34-
***
35-
36-
---
37-
38-
___
39-

0 commit comments

Comments
 (0)