Skip to content

Commit 0d5b558

Browse files
authored
Use restructured text instead of markdown
1 parent 13e4173 commit 0d5b558

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ Times Manual of Style, plus some others like 'vs' and 'v'.
1313

1414
The filter employs some heuristics to guess abbreviations that don't need conversion.
1515

16-
16+
+------------------+----------------+
1717
| Original | Conversion |
18-
| ---------------- | -------------- |
18+
+==================+================+
1919
| this is a test | This Is a Test |
20+
+------------------+----------------+
2021
| THIS IS A TEST | This Is a Test |
22+
+------------------+----------------+
2123
| this is a TEST | This Is a TEST |
24+
+------------------+----------------+
25+
2226

2327
This library is a resurrection of `Stuart Colville's
2428
titlecase.py <https://muffinresearch.co.uk/titlecasepy-titlecase-in-python/>`__,

0 commit comments

Comments
 (0)