You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check [`TableStyle`](https://github.com/DenverCoder1/table2ascii/blob/main/table2ascii/table_style.py) for more info and [`PresetStyle`](https://github.com/DenverCoder1/table2ascii/blob/main/table2ascii/preset_style.py) for examples.
135
137
@@ -157,10 +159,6 @@ print(output)
157
159
"""
158
160
```
159
161
160
-
## 🎨 Preset styles
161
-
162
-
See a list of all preset styles [here](https://table2ascii.readthedocs.io/en/latest/styles.html).
163
-
164
162
## ⚙️ Options
165
163
166
164
All parameters are optional.
@@ -172,23 +170,25 @@ All parameters are optional.
172
170
|`footer`|`List[Any]`|`None`| Last table row seperated by header row seperator. Values should support `str()`. |
173
171
|`column_widths`|`List[Optional[int]]`|`None` (automatic) | List of column widths in characters for each column |
0 commit comments