mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:35:06 +03:00
Formatted table like markdown
This commit is contained in:
parent
8092c83269
commit
1b650752e0
1 changed files with 3 additions and 14 deletions
|
@ -2,20 +2,9 @@
|
||||||
const commands3 = [
|
const commands3 = [
|
||||||
{ input: '$ node --version<br>', output: `v19.3.0<br><br>` },
|
{ input: '$ node --version<br>', output: `v19.3.0<br><br>` },
|
||||||
{ input: `$ cat <<EOF >>my-project/README.md<br>`, output: `# Dependencies<br>
|
{ input: `$ cat <<EOF >>my-project/README.md<br>`, output: `# Dependencies<br>
|
||||||
<table>
|
| Project | Version |<br>
|
||||||
<thead>
|
|------------|---------|<br>
|
||||||
<tr>
|
| nodejs.org | ^18.4 |<br>
|
||||||
<th>Project</th>
|
|
||||||
<th>Version</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>nodejs.org</td>
|
|
||||||
<td>^18.4</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
EOF
|
EOF
|
||||||
<br><br>` },
|
<br><br>` },
|
||||||
{ input: '$ cd my-project<br>', output: `my-project<br><br>` },
|
{ input: '$ cd my-project<br>', output: `my-project<br><br>` },
|
||||||
|
|
Loading…
Reference in a new issue