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

Nested ordered lists don't convert correctly #3

Open
hamx0r opened this issue Jul 29, 2016 · 1 comment
Open

Nested ordered lists don't convert correctly #3

hamx0r opened this issue Jul 29, 2016 · 1 comment

Comments

@hamx0r
Copy link

hamx0r commented Jul 29, 2016

This markdown:

1. First parent item
  1. first parent's child
  2. first parent's other child
2. Second parent item

...should render as:

# First parent item
## first parent's child
## first parent's other child
# Second parent item

...but instead renders as:

# First parent item
# # first parent's child
# # first parent's other child
# Second parent item

The extra space between the two #'s causes Confluence to not render as a nested list properly.

@macca16
Copy link

macca16 commented Oct 28, 2016

#4 fixes the issue. Travis tests failing prior to the change I made.

fidian added a commit to connected-world-services/markdown2confluence-cws that referenced this issue Mar 16, 2017
* Removes dependencies (min-util, min-qs).
* Changes dev-only dependencies to devDependencies.
  chunpu#12
* Removes the website and browser builds. You can use wzrd.in to bundle
  automatically. chunpu#12
* Fixes nested lists. chunpu#11
  chunpu#4 chunpu#3
* Fixes links to show the link text. chunpu#13
* Adds more newlines to ensure blocks work as expected.
* Corrects tables.
* Sets a default highlighting of "none" when no language is specified.
* Command-line program can read from stdin.
  chunpu#10
* A pretty comprehensive suite of tests to ensure the library still
  works.
fidian added a commit to connected-world-services/markdown2confluence-cws that referenced this issue Mar 16, 2017
* Rebrand as markdown2confluence-cws.
* Removes dependencies (min-util, min-qs).
* Changes dev-only dependencies to devDependencies.
  chunpu#12
* Removes the website and browser builds. You can use wzrd.in to bundle
  automatically. chunpu#12
* Fixes nested lists. chunpu#11
  chunpu#4 chunpu#3
* Fixes links to show the link text. chunpu#13
* Adds more newlines to ensure blocks work as expected.
* Corrects tables.
* Sets a default highlighting of "none" when no language is specified.
* Command-line program can read from stdin.
  chunpu#10
* A pretty comprehensive suite of tests to ensure the library still
  works.
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

Successfully merging a pull request may close this issue.

2 participants