Fix Food & Drink section rendering

Add a blank line after the Finance section's last data row so the
Markdown table terminates correctly. Without it, GitHub's GFM parser
absorbs the '⬆ Back to Index' line as a final table row, which
prevents the subsequent '### Food & Drink' heading and its table
from being parsed as a new section. The result was the entire
Food & Drink markdown showing as raw text instead of rendering
as a heading and table.
This commit is contained in:
Ben McClain
2026-05-31 14:34:44 -05:00
parent c713f2047c
commit 4e2e196d88
+1
View File
@@ -806,6 +806,7 @@ API | Description | Auth | HTTPS | CORS |
| [Yahoo Finance](https://www.yahoofinanceapi.com/) | Real time low latency Yahoo Finance API for stock market, crypto currencies, and currency exchange | `apiKey` | Yes | Yes | |
| [YNAB](https://api.youneedabudget.com/) | Budgeting & Planning | `OAuth` | Yes | Yes | |
| [Zoho Books](https://www.zoho.com/books/api/v3/) | Online accounting software, built for your business | `OAuth` | Yes | Unknown | |
**[⬆ Back to Index](#index)**
<br >
<br >