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

LaTeX publish does not respect nested itemize #581

Closed
LarryK82 opened this issue Jul 27, 2022 · 2 comments
Closed

LaTeX publish does not respect nested itemize #581

LarryK82 opened this issue Jul 27, 2022 · 2 comments

Comments

@LarryK82
Copy link

Markdown uses indentation to create nested itemizes. The LaTeX Export only creates one
\begin{itemize}...\end{itemize} scope and ignores the indented "*" items

This is caused by the regex searching for "beginning of line followed by * or - or +" and will also affect the creation trigger of \end{itemize} (currently empty line).

Steps to reproduce:
Create a requirement with nested unordered lists and export to HTML and to LaTeX. LaTeX fails (poor Donald E. Knuth will be sad)

`

  • asdf
  • Abcd
    • xyz
    • QWERTY
      `
@jacebrowning
Copy link
Member

This beta release contains a fix for this issue: https://pypi.org/project/doorstop/3.0b11/ cc @neerdoc

@neerdoc
Copy link
Collaborator

neerdoc commented Jan 26, 2024

Fixed by #615

@neerdoc neerdoc closed this as completed Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants