-
Notifications
You must be signed in to change notification settings - Fork 5
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
Long inline links reflowing is problematic #64
Comments
Sorry it's taken me so long to take a look at this. I think this is a fine request. My initial choice was designed to make the text more justified, but this is extremely reasonable. I'll get a new version out with this change in the not too distant future. |
A followup question, would reformatting that to this also work for your use case:
or is it important that the link text be on one line? Thanks! |
libtext-markdown-perl thinks that is OK. It seems the requirement is that |
This is also causing issues for doxygen links to subsections
which with markflow 0.2.1 will get formatted as
which will not work. I think it would be better to better to keep |
If an inline link is too long, it might get reflowed in a suboptimal way. It happens when you have a line that looks like:
This gets reflowed like so:
Some Markdown converters (like libtext-markdown-perl) don't like this, and will generate this HTML:
I think the way it is reflowed is valid CommonMark, but it would be nicer for some tools, and arguably as well for a human reader, if the above example would be reflowed as:
The text was updated successfully, but these errors were encountered: