Skip to content

Commit

Permalink
Added some critical data
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 25, 2017
1 parent 9e143f1 commit 8284f86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/context-print.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ table(
['First Name', 'Last Name', 'Age'],
['Jamon', 'Holmgren', 35],
['Gant', 'Laborde', 36],
['Steve', 'Kellock', 43],
['Gary', 'Busey', 73],
],
{ format: 'markdown' }
Expand All @@ -157,5 +158,6 @@ Output:
| ---------- | --------- | --- |
| Jamon | Holmgren | 35 |
| Gant | Laborde | 36 |
| Steve | Kellock | 43 |
| Gary | Busey | 73 |
```

0 comments on commit 8284f86

Please sign in to comment.