Skip to content

Commit 501201b

Browse files
authored
Merge pull request #478 from jtemporal/copilot/migrate-en-card-15-mermaid
Migrate English card 15 to Mermaid format
2 parents 11efc14 + c0d3b82 commit 501201b

File tree

2 files changed

+60
-10
lines changed

2 files changed

+60
-10
lines changed

assets/img/mermaid/015-en.svg

Lines changed: 47 additions & 0 deletions
Loading

en/_posts/2021-08-30-015.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
---
22
layout: post
3-
title: '#015 What is a diff?'
4-
image: "https://res.cloudinary.com/jesstemporal/image/upload/f_auto/v1642878596/gitfichas/en/015/thumbnail_fvapdm.jpg"
3+
pretitle: What is a
4+
title: diff?
5+
subtitle:
6+
concept: true
7+
parts:
8+
- part1: format that represents changes\nin the project
9+
- part2: additions are colored in green and represented\nwith a plus (+)
10+
- part3: removals are colored in red and represented\nwith a minus (-)
11+
number: "015"
12+
author: "@jtemporal"
13+
mermaid: true
14+
use_static_image: true
515
permalink: "/en/015"
616
translations:
717
- lang: pt
@@ -17,11 +27,4 @@ nt:
1727
title: "#016 What is a fork?"
1828
---
1929

20-
<img alt="What is diff? Format that shows changes in the project, additions are represented by + and removals are represented by -" src="https://res.cloudinary.com/jesstemporal/image/upload/v1642878596/gitfichas/en/015/full_eipt8q.jpg"><br><br>
21-
22-
| Command | Description |
23-
|---------|-------------|
24-
| _diff_ | Format that represents changes in the project |
25-
| _Additions_ | Are colored in green and represented with a plus (`+`) |
26-
| _removals_ | Are colored in red and represented with a minus (`-`) |
27-
{: .styled-table}
30+
{% include mermaid-graphs.html %}

0 commit comments

Comments
 (0)