Skip to content

Commit e2256a0

Browse files
committed
Fix the table rows formatting.
1 parent f881cd8 commit e2256a0

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,18 @@ compiler as `go run *.go` so any sources from the snippet directory will be incl
7878

7979
<!---
8080
#+ORGTBL: SEND vars orgtbl-to-gfm
81-
| Function name | Description |
82-
|----------------------------------+-------------------------------------------------------------------------------------------------|
83-
| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
84-
| `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. |
85-
| | It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
86-
| `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. |
87-
| | It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
81+
| Function name | Description |
82+
|----------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
83+
| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
84+
| `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
85+
| `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
8886
-->
8987
<!--- BEGIN RECEIVE ORGTBL vars -->
9088
| Function name | Description |
9189
|---|---|
9290
| `go-playground-ask-for-filename` | Ask for the snippet filename on a new playground creation. By default it got name `snippet.go`. |
93-
| `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. |
94-
| | It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
95-
| `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. |
96-
| | It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
91+
| `go-playground-basedir` | Default directory where snippets dirs will placed. Each new snippet got a new dir under this. It has sense place the default directory under GOPATH. Var introduced in the release 1.1. |
92+
| `go-playground-confirm-deletion` | Ask for confirmation before snippet deletion. It may be annoying so you can switch confirmations off. Var introduced in the release 1.2. |
9793
<!--- END RECEIVE ORGTBL vars -->
9894

9995

0 commit comments

Comments
 (0)