Skip to content

Fixes some issues with line wrapping around inline code #215

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

natecook1000
Copy link
Member

Summary

  • Inline code that would have wrapped to the beginning of a line no longer gets an extra blank line before it.
  • Punctuation immediately following inline code is no longer pushed to the next line.
  • A line break is inserted before a symbolic link that would overflow the preferred line length.

Dependencies

n/a

Testing

Unit tests include new test cases that validate this functionality.

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

  • Added tests
  • Ran the ./bin/test script and it succeeded
  • Updated documentation if necessary

- Inline code that would have wrapped at the beginning of a line
  no longer gets an extra blank line before it.
- Punctuation immediately following inline code is no longer
  pushed to the next line.
- A line break is inserted before a symbolic link that would overflow
  the preferred line length.
@natecook1000
Copy link
Member Author

@swift-ci Please test

@natecook1000
Copy link
Member Author

@swift-ci Please test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant