Skip to content
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

Feat: Add Ability for User to Select from Multiple Different Line Break Indicators #1058

Merged
merged 5 commits into from Apr 24, 2024

Conversation

pjkaufman
Copy link
Collaborator

@pjkaufman pjkaufman commented Mar 22, 2024

Fixes #974
Fixes #933

There have been a couple of requests to allow line endings other than just for the two spaces rule. So <br>, <br/>, and \ have been added as options since they seem to be valid and respected. This will give users the ability to specify which line break to use. It will replace the other line endings that already exist if they do not match the current one for a paragraph.

Changes Made:

  • Added <br>, <br/>, and \ as valid line break indicators
  • Updated and added a couple of tests and examples
  • Updated some documentation for paragraph blank lines
  • Updated UI wording for two-spaces-between-lines-with-content

@pjkaufman pjkaufman self-assigned this Mar 22, 2024
@pjkaufman pjkaufman added the markdown General Markdown or Markdown related issue or feature label Mar 22, 2024
@pjkaufman pjkaufman merged commit d8aefcb into platers:master Apr 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
markdown General Markdown or Markdown related issue or feature
Projects
None yet
1 participant