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

List indenting level doesn't reset #6

Closed
mginou opened this issue Apr 10, 2018 · 4 comments · Fixed by #11
Closed

List indenting level doesn't reset #6

mginou opened this issue Apr 10, 2018 · 4 comments · Fixed by #11
Labels

Comments

@mginou
Copy link

mginou commented Apr 10, 2018

At the end of a list, the indenting level doesn't seem to reset properly.

Sample:

h4. Header Four

  • list one
  • list two
  • list three

h4. next header (should not be indented)

@denco
Copy link
Owner

denco commented May 20, 2018

Hi, i've need some #more info,

actually what i've tested was correct rendered in Confluence too...
Possible the problem is a new line after list three element. It will be rendered as new paragraph and list will closed before.

Check my test case.
lists

@denco denco added the more info Need more information label May 20, 2018
@wibblemonkey
Copy link

I have experienced the same issue:

Markup:

h1. TITLE

h2. Section One

Section one.

h2. Section Two

Section two.

# Numbered List 1
# Numbered List 2

h2. Section Three

Section three.

h2. Section Four

Section four.

Preview in VSCode:

screenshot

Preview in Confluence:

screenshot2

Extension Version 0.1.3

Version: 1.26.1
Commit: 493869ee8e8a846b0855873886fc79d480d342de
Date: 2018-08-16T18:38:57.434Z
Electron: 2.0.5
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64

@denco
Copy link
Owner

denco commented Sep 20, 2018

@wibblemonkey Hi Jim, thanx for providing more informations,
now i've can approve that the issue existing.

Sorry for late answer - summer vacations.

Now, it's looks like bug on EOL with windows settings (CRLF) than renderer loose some new lines.

For the quick fix, just try to use Linux EOL (LF) and it should be rendered correctly.

Rendering with CRLF, will be fixed soon.

Thx!

@denco denco added bug and removed more info Need more information labels Sep 20, 2018
denco added a commit that referenced this issue Oct 1, 2018
@denco denco closed this as completed in #11 Oct 1, 2018
denco added a commit that referenced this issue Oct 1, 2018
0.1.4; fix #6; restructure
@denco
Copy link
Owner

denco commented Oct 2, 2018

@mginou @wibblemonkey
Hi, can U test the issue please, thx?

denco added a commit that referenced this issue Aug 5, 2019
denco added a commit that referenced this issue Aug 5, 2019
0.1.4; fix #6; restructure
denco added a commit that referenced this issue Aug 5, 2019
denco added a commit that referenced this issue Aug 5, 2019
0.1.4; fix #6; restructure
denco added a commit that referenced this issue Apr 15, 2021
denco added a commit that referenced this issue Apr 15, 2021
0.1.4; fix #6; restructure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants