-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bulleted lists aren't indented optimally #23
Comments
Hi @nedbat, Could you check if the recent version works? That said, I think a new version was overdue, so version 0.3 was just released. See https://github.com/sphinx-contrib/restbuilder/releases and https://pypi.org/project/sphinxcontrib-restbuilder/. The last commit of this release is ba1ef7a. It is not a coincidence that a commit (ba1ef7a) with this commit message was the one that was tagged as the release. I appreciate your help, even in the form of issues. Thank you! |
Thanks, the released version works great! Thanks for the shout-out in the CHANGES.rst, but you might want to say "Reported by", since I didn't fix it, but it looks like I did. |
Glad to hear that. I'll close this ticket.
Unless you prefer to remain anonymous, I leave it as-is for now. It's not that many people will read it. And if anyone cares, you did submit a PR to the other repo; and for the nitty-gritty details there is also the CONTRIBUTORS.txt and commit log. I appreciate your help, and to me, that's all that the shoutout in the change log is about. Thanks. |
Comparing this repo with davidfritzsche's: the indentation of bullet lists differ by a space.
With input like this:
davidfritzsche produces:
This repo produces:
I use pandoc to convert this to markdown, with a command like:
The good output gets converted to:
Which renders accurately as Markdown:
Unreleased
coverage combine
has a new option,--keep
to keep the original data files after combining them. The default is still to delete the files after they have been combined. This was requested in issue 1108 and implemented in pull request 1110. Thanks, Éric Larivière.This repo's output gets converted to:
which does not render correctly as Markdown:
Unreleased
coverage combine
has a new option,--keep
to keep theoriginal data files after combining them. The default is still to delete the files after they have been combined. This was requested in issue 1108 and implemented in pull request 1110. Thanks, Éric Larivière.
The text was updated successfully, but these errors were encountered: