sphinx-markdown-builder icon indicating copy to clipboard operation
sphinx-markdown-builder copied to clipboard

Lists have too much blank space

Open nedbat opened this issue 2 years ago • 1 comments

This .rst:

Simple Lists
------------

- Item 1
- Item 2
- Item 3

is output as:

# Simple Lists


* Item 1


* Item 2


* Item 3

When rendered, this puts too much space between the list items.

It renders on GitHub like this: image

If the markdown instead were this:

# Simple Lists

* Item 1
* Item 2
* Item 3

then it would render as: image

nedbat avatar Apr 03 '22 01:04 nedbat

This is fixed by #57. Can we get a new release?

nedbat avatar Apr 03 '22 13:04 nedbat

@nedbat I created a new plugin that addresses most issues with this implementation. It also addresses the excessive line breaks. You can try it: https://github.com/liran-funaro/sphinx-markdown-builder I haven't released an official version yet, so you'll have to install it manually:

pip3 uninstall sphinx-markdown-builder
pip3 install git+https://github.com/liran-funaro/sphinx-markdown-builder@main

liran-funaro avatar Jun 20 '23 09:06 liran-funaro

@liran-funaro I am happy to forward people to your fork if you don't mind giving me some credit in your README.md and making a pull request in my README.md file. I no longer use this project, so I lack the motivation to properly maintain it.

clayrisser avatar Jun 21 '23 16:06 clayrisser

DISCONTINUED: This project is no longer maintained. The active version of this project is now being maintained at liran-funaro/sphinx-markdown-builder.

clayrisser avatar Jun 24 '23 21:06 clayrisser