Skip to content

Commit b2bd1e8

Browse files
committed
try again
1 parent f069d2b commit b2bd1e8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ The module contains several routines to make text handling easier for module and
3939
<th>Name</th> <th>Notes</th> <th>Internal link</th>
4040
</tr></thead>
4141
<tbody>
42-
<tr> <td>commify</td> <td></td> <td>L&lt;commify|#commify&gt;&gt;</td> </tr> <tr> <td>count-substrs</td> <td></td> <td></td> </tr> <tr> <td>list2text</td> <td></td> <td></td> </tr> <tr> <td>normalize-string</td> <td>alias &#39;normalize-text&#39;</td> <td></td> </tr> <tr> <td>sort-list</td> <td></td> <td></td> </tr> <tr> <td>split-line</td> <td>aliases &#39;splitstr&#39;, &#39;split-str&#39;</td> <td></td> </tr> <tr> <td>strip-comment</td> <td>alias &#39;strip&#39;</td> <td></td> </tr> <tr> <td>wrap-paragraph</td> <td>&#39;width&#39; is in PS points</td> <td></td> </tr> <tr> <td>wrap-text</td> <td>&#39;width&#39; is in number of chars</td> <td></td> </tr>
42+
<tr> <td>commify</td> <td></td> <td>L&lt;commify|#commify&gt;</td> </tr> <tr> <td>count-substrs</td> <td></td> <td></td> </tr> <tr> <td>list2text</td> <td></td> <td></td> </tr> <tr> <td>normalize-string</td> <td>alias &#39;normalize-text&#39;</td> <td></td> </tr> <tr> <td>sort-list</td> <td></td> <td></td> </tr> <tr> <td>split-line</td> <td>aliases &#39;splitstr&#39;, &#39;split-str&#39;</td> <td></td> </tr> <tr> <td>strip-comment</td> <td>alias &#39;strip&#39;</td> <td></td> </tr> <tr> <td>wrap-paragraph</td> <td>&#39;width&#39; is in PS points</td> <td></td> </tr> <tr> <td>wrap-text</td> <td>&#39;width&#39; is in number of chars</td> <td></td> </tr>
4343
</tbody>
4444
</table>
4545

46+
[commify](#commify)
47+
4648
Following is a short synopsis and signature for each of the routines.
4749

4850
### commify

docs/README.rakudoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ alphabetical order below (as well in the code).
3838
=begin table
3939
Name | Notes | Internal link
4040
-----+-------|--------------
41-
commify | | L<commify|#commify>>
41+
commify | | L<commify|#commify>
4242
count-substrs
4343
list2text
4444
normalize-string | alias 'normalize-text'
@@ -49,6 +49,8 @@ wrap-paragraph | 'width' is in PS points
4949
wrap-text | 'width' is in number of chars
5050
=end table
5151

52+
L<commify|#commify>
53+
5254
Following is a short synopsis and
5355
signature for each of the routines.
5456

0 commit comments

Comments
 (0)