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

Don't unfill code blocks #19

Closed
vermiculus opened this issue Sep 21, 2016 · 2 comments
Closed

Don't unfill code blocks #19

vermiculus opened this issue Sep 21, 2016 · 2 comments
Labels
bug describes a defect in supported/advertised functionality
Milestone

Comments

@vermiculus
Copy link
Owner

vermiculus commented Sep 21, 2016

When fenced or indented code blocks are added, the unfill logic forces it all onto one line. This is really gross.

Probably related to #18.

Caused by d73b18b.

@vermiculus vermiculus added the bug describes a defect in supported/advertised functionality label Sep 21, 2016
@vermiculus vermiculus modified the milestone: 0.2 Sep 22, 2016
@vermiculus
Copy link
Owner Author

related jrblevin/markdown-mode#169

@MaikuMori
Copy link

Same happens with lists:

Text like this will have all the list items in one line:

 - ItemA
 - ItemB
 - ItemC

vermiculus added a commit that referenced this issue May 14, 2017
Hub-independence

Fixes #6, #15, #18, #19, #44, #58, and #75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug describes a defect in supported/advertised functionality
Projects
None yet
Development

No branches or pull requests

2 participants