Skip to content

Commit a72eb36

Browse files
committed
argh I hate markdown.
1 parent 4f486bd commit a72eb36

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

_posts/2025-12-27-rebble-finances-2025-wrapped.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,19 @@ Anyway, I just finished the QuickBooks review for December, and I am happy to sa
1313

1414
## Rebble Foundation Finances #Wrapped 2025
1515

16-
<table>
16+
<style>
17+
table.argh * { box-sizing: border-box; }
18+
table.argh {border-radius: 4px; border: 1px solid #aaa; border-spacing: 0; border-collapse: collapse;} // why does this radius work for hackmd but not me? whatever, argh
19+
table.argh td, table.argh th { min-width: 1em; border-left: 1px solid #aaa; border-top: 1px solid #aaa; padding: 3px 10px; }
20+
table.argh thead tr th { border-top: none; border-left: none; }
21+
table.argh td:first-child, table.argh th:first-child { border-left: none; }
22+
table.argh tr:nth-child(even) { background: #EEE; }
23+
table.argh tr:nth-child(odd) { background: #FFF; }
24+
</style>
25+
<table class="argh">
1726
<thead><tr><th colspan="3">Rebble Foundation Financial Report</th></tr></thead>
1827
<tr><td colspan="2">Starting Cash on Hand</td><td><b>$508,407</b></td></tr>
19-
<tr><td colspan="2">Income</td><td><b>+$87,457</b></th></tr>
28+
<tr><td colspan="2">Income</td><td><b>+$87,457</b></td></tr>
2029
<tr><td></td><td><i>Subscription revenue</i></td><td><i>$82,054</i></td></tr>
2130
<tr><td></td><td><i>Interest income</i></td><td><i>$5,403</i></td></tr>
2231
<tr><td colspan="2">Program Expenditures</td><td><b>-$37,320</b></td></tr>

0 commit comments

Comments
 (0)