-
Notifications
You must be signed in to change notification settings - Fork 63
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
Badges and separate lines in the same paragraph #38
Comments
I understand what you're referring to. I can suggest two alternatives that would work:
|
Option 2 results in the badges on different lines. Is there a strong need to merge text in the same paragraph on different markdown lines? |
You're right, option 2 will give different behavior. It had to be done in some way. I considered it for some time: Line 456 in f9ece38
But ended up choosing to go without It was mostly motivated by the desire Option 1 still works. |
Do you want to reconsider that extension or expose a command-line flag? |
I can reconsider the extension, but I won't be adding command-ling flags. I want to maintain the zero-configuration property of the formatting tool, just like It will take me a while to think about whether that extension is a good idea. If you'd like to have it sooner, I suggest you make a fork and apply the change there for your own needs. That would be helpful, because you could also provide feedback on how well it works in your experience. |
Thanks |
I ran this on some project READMEs, and one interesting case is what it does to the badges. When writing these out by hand, it's easy to put them on separate lines, without a blank line between them, which renders them in the same paragraph, and makes them easy to maintain. But the tool merges them to the same line, which doesn't seem desirable.
The text was updated successfully, but these errors were encountered: