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

Back and forth between colon and space based body text drops paragraph breaks #160

Open
rsaarelm opened this issue Jan 20, 2019 · 1 comment
Labels

Comments

@rsaarelm
Copy link
Contributor

Write the following otl file:

: one
:
: two

Then press \B (convert to start body text with space) and \b (convert back to start with colon). The text is now

: one

: two

Looks like you could fix the problem by having "convert to start with space" have a special case where it converts a colon followed immediately by an end of line into a single space instead of an empty line.

@Serene-Arc
Copy link
Contributor

This issue can be closed now :)

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

No branches or pull requests

3 participants