File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -734,6 +734,12 @@ the stylesheet-based Markdown renderer.
734
734
735
735
[ glamour ] : https://github.com/charmbracelet/glamour
736
736
737
+ ## Contributing
738
+
739
+ See [ contributing] [ contribute ] .
740
+
741
+ [ contribute ] : https://github.com/charmbracelet/lipgloss/contribute
742
+
737
743
## Feedback
738
744
739
745
We’d love to hear your thoughts on this project. Feel free to drop us a note!
Original file line number Diff line number Diff line change @@ -532,7 +532,7 @@ func (t *Table) constructRows(availableLines int) string {
532
532
func (t * Table ) constructRow (index int , isOverflow bool ) string {
533
533
var s strings.Builder
534
534
535
- hasHeaders := t . headers != nil && len (t .headers ) > 0
535
+ hasHeaders := len (t .headers ) > 0
536
536
height := t .heights [index + btoi (hasHeaders )]
537
537
if isOverflow {
538
538
height = 1
You can’t perform that action at this time.
0 commit comments