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