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:
@@ -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 | |
|
| [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 | |
|
| [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 | |
|
| [Zoho Books](https://www.zoho.com/books/api/v3/) | Online accounting software, built for your business | `OAuth` | Yes | Unknown | |
|
||||||
|
|
||||||
**[⬆ Back to Index](#index)**
|
**[⬆ Back to Index](#index)**
|
||||||
<br >
|
<br >
|
||||||
<br >
|
<br >
|
||||||
|
|||||||
Reference in New Issue
Block a user