-
Notifications
You must be signed in to change notification settings - Fork 2
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
Preformatting stability #78
Comments
The problem here is that this isn't valid markup -- the opening However, the I'm fixing this such that an unmatched (An alternative would have been for an unmatched |
I played with it a bit and I think I'll switch it such that if you have a |
(I tried inserting a final |
This isn't really a missing /**
* Some summary
*
* <pre>
* ```
* code
* ```
* </pre>
*/
fun foo() = Unit I'm actually fine with the final output - maybe it could be better in some cases, but I agree it's a losing battle. What I'm more concerned with is having the formatter be idempotent. Could this be solved by doing a second pass? Or maybe by doing replacements before reflowing? |
Both of these should be handled in 1.5.7. It will treat an unterminated |
Stability bug with
<pre>
.Before:
After:
After again:
Using v1.5.5 with default options
The text was updated successfully, but these errors were encountered: