From 4e2e196d887f747229f289d37c5ff5efdc16d726 Mon Sep 17 00:00:00 2001 From: Ben McClain Date: Sun, 31 May 2026 14:34:44 -0500 Subject: [PATCH] Fix Food & Drink section rendering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f05daeab..204a7497 100644 --- a/README.md +++ b/README.md @@ -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)**