Skip to content

Commit 9a8ded4

Browse files
committed
Add header break to table
1 parent 154a38c commit 9a8ded4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ the node in `"node_list"`.
219219
##### Other nodes
220220

221221
| Name | Arity |
222+
| ---- | ----- |
222223
| `"log"` | Unary |
223224
| `"log10"` | Unary |
224225
| `"exp"` | Unary |

readme_builder/readme_builder.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ func processNonlinear(data map[string]interface{}) string {
156156
functionStrings := []string{
157157
"##### Functions",
158158
"",
159-
"| Name | Arity |"}
159+
"| Name | Arity |",
160+
"| ---- | ----- |"}
160161

161162
leafStrings := []string{
162163
"#### Nonlinear functions",

0 commit comments

Comments
 (0)