Fix readme table
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
A growing library of assorted data structures, algorithms and utilities.
|
||||
|
||||
<!-- __orxListBegin__ -->
|
||||
| name | description |
|
||||
| name | description |
|
||||
| --- | --- |
|
||||
| [`orx-boofcv`](orx-boofcv/README.md) | Helper functions to ease working with the BoofCV computer vision library and its data types. |
|
||||
| [`orx-camera`](orx-camera/README.md) | 3D camera controllable via mouse and keyboard. |
|
||||
| [`orx-compositor`](orx-compositor/README.md) | Toolkit to make composite (layered) images using blend modes and filters. |
|
||||
|
||||
@@ -130,7 +130,8 @@ task buildMainReadme {
|
||||
for (line in header) {
|
||||
newReadme.add(line)
|
||||
}
|
||||
newReadme.add("| name | description |")
|
||||
newReadme.add("| name" + (" ".repeat(36)) + " | description |")
|
||||
newReadme.add("| --- | --- |")
|
||||
|
||||
// Search for the description at the top of the readme.
|
||||
// Skip the hash character from the headline, then start
|
||||
|
||||
Reference in New Issue
Block a user