Skip to content

Commit da89f51

Browse files
committed
write tables as markdown
1 parent 04e129b commit da89f51

File tree

2 files changed

+10
-59
lines changed

2 files changed

+10
-59
lines changed

_posts/atom-coderoad/2016-01-02-installation.md

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,11 @@ To play a **tutorial**, you'll only need **Atom-CodeRoad**.
1212

1313
Atom CodeRoad has several key dependencies before starting:
1414

15-
<div class="table-wrapper">
16-
<table>
17-
<thead>
18-
<tr>
19-
<th>Name</th>
20-
<th>Min Version</th>
21-
<th>Description</th>
22-
</tr>
23-
</thead>
24-
<tbody>
25-
<tr>
26-
<td>NodeJS</td>
27-
<td>>0.10.x</td>
28-
<td>Check your version with <code>> node -v</code>.<br />
29-
Download the latest from <a href="//nodejs.org">nodejs.org</a>.</td>
30-
</tr>
31-
<tr>
32-
<td>NPM</td>
33-
<td>>3.x.x</td>
34-
<td>Check your version with <code>> npm -v</code>.<br />NPM comes installed with NodeJS, and can be updated with <code>> npm install -g npm</code>.</td>
35-
</tr>
36-
<tr>
37-
<td>Atom Editor</td>
38-
<td>>1.6.0+</td>
39-
<td>A popular code editor available at <a href="//atom.io">Atom.io</a></td>
40-
</tr>
41-
</tbody>
42-
</table>
43-
</div>
44-
15+
| Name | Min Version | Description |
16+
|--------|-------------|-------------|
17+
| NodeJS | >0.10.x | Check your version with `> node -v`<br /> Download the latest from [nodejs.org](/nodejs.org) |
18+
| NPM | >3.x.x< | Check your version with `> npm -v`<br /> NPM comes installed with NodeJS,<br /> and can be updated with `> npm install -g npm` |
19+
| Atom Editor | >1.6.0 | A popular code editor available at [Atom.io](//atom.io) |
4520

4621
### Install
4722

_posts/builder-coderoad/2016-01-02-installation.md

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,11 @@ To create a **tutorial**, you'll need **Builder-CodeRoad**.
1212

1313
Builder CodeRoad has several key dependencies before starting:
1414

15-
<div class="table-wrapper">
16-
<table>
17-
<thead>
18-
<tr>
19-
<th>Name</th>
20-
<th>Min Version</th>
21-
<th>Description</th>
22-
</tr>
23-
</thead>
24-
<tbody>
25-
<tr>
26-
<td>NodeJS</td>
27-
<td>>0.10.x</td>
28-
<td>Check your version with <code>> node -v</code>.<br />
29-
Download the latest from <a href="//nodejs.org">nodejs.org</a>.</td>
30-
</tr>
31-
<tr>
32-
<td>NPM</td>
33-
<td>>3.x.x</td>
34-
<td>Check your version with <code>> npm -v</code>.<br />NPM comes installed with NodeJS, and can be updated with <code>> npm install -g npm</code>.</td>
35-
</tr>
36-
<tr>
37-
<td>Atom Editor</td>
38-
<td>>1.6.0+</td>
39-
<td>A popular code editor available at <a href="//atom.io">Atom.io</a></td>
40-
</tr>
41-
</tbody>
42-
</table>
43-
</div>
15+
| Name | Min Version | Description |
16+
|--------|-------------|-------------|
17+
| NodeJS | >0.10.x | Check your version with `> node -v`<br /> Download the latest from [nodejs.org](/nodejs.org) |
18+
| NPM | >3.x.x< | Check your version with `> npm -v`<br /> NPM comes installed with NodeJS,<br /> and can be updated with `> npm install -g npm` |
19+
| Atom Editor | >1.6.0 | A popular code editor available at [Atom.io](//atom.io) |
4420

4521
### Install
4622

0 commit comments

Comments
 (0)