From c0ce7ca3df8034f3d8d16ef0a86655c790d37db7 Mon Sep 17 00:00:00 2001 From: Felix Crux Date: Sun, 25 Nov 2018 12:12:36 -0500 Subject: [PATCH] Fix unintended line breaks in "API access" section The bullet points in the "API access" section are separated by newlines in the source markdown. Unfortunately, this confuses the renderer in such a way that in the published site the text appears *below* the bullet point rather than next to it. Removing the blank lines between bullet points fixes this. --- index.html | 12 ++++++------ index.md | 5 ----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index b4e3f93..54dc1ba 100644 --- a/index.html +++ b/index.html @@ -693,12 +693,12 @@ down 2018/03/14 - [Command Line Probate blog](https://commandlineprobate.com) --

API access

diff --git a/index.md b/index.md index ddda6b6..d3e4fd9 100644 --- a/index.md +++ b/index.md @@ -735,20 +735,15 @@ down 2018/03/14 - [Command Line Probate blog](https://commandlineprobate.com) -- #### API access - [Ledger: Extending with Python](http://ledger-cli.org/3.0/doc/ledger3.html#Extending-with-Python) - - [Ledger Python 3 Support](https://groups.google.com/forum/#!topic/ledger-cli/C99w-79Jq8o) Python - - [ledgerhelpers](https://github.com/Rudd-O/ledgerhelpers) Python - - [hledger-lib](http://hackage.haskell.org/package/hledger-lib), [hledger](http://hackage.haskell.org/package/hledger), [an example](http://stefanorodighiero.net/posts/2015-01-04-hledger-find-duplicate-accounts.html) Haskell - - [hledger-api](http://editor.swagger.io/#/?import=demo.hledger.org/api/swagger.json&no-proxy), [examples](https://github.com/simonmichael/hledger/tree/master/hledger-api/examples) JSON - - [node-hledger](https://github.com/rstacruz/node-hledger) JavaScript