-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
#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
This markdown:
...should render as:
...but instead renders as:
The extra space between the two
#
's causes Confluence to not render as a nested list properly.The text was updated successfully, but these errors were encountered: