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

Reflow doesn't count heading-paragraph as separate #144

Closed
joallard opened this issue Oct 18, 2016 · 3 comments
Closed

Reflow doesn't count heading-paragraph as separate #144

joallard opened this issue Oct 18, 2016 · 3 comments

Comments

@joallard
Copy link

joallard commented Oct 18, 2016

To be clear, this happens when the heading and paragraph are not separated by an empty line.

Given I have markdown
  """
  ## Oh how headers are useful
  This is a paragraph with some text that will make it go over the line of 80 characters. It is a paragraph, and we want it to be separate from the heading.
  """
And I put the caret between "This" and "is"
When I invoke Reflow (Alt-Cmd-Q)
Then only the paragraph should be reflown

Actual:

## Oh how headers are useful This is a paragraph with some text that will make
## it go over the line of 80 characters. It is a paragraph, and we want it to be
## separate from the heading.
@burodepeper
Copy link
Owner

I suggest you post this to atom/autoflow. I don't think this issue is directly related to this package.

@joallard
Copy link
Author

I'll try that!

@burodepeper
Copy link
Owner

Feel free to re-open this if it turns out to be an issue with this package and not to atom/autoflow after all.

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

No branches or pull requests

2 participants