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

[Possible bug report] - Proceeding tab #41

Open
Randy-Chuang opened this issue Jan 22, 2021 · 2 comments
Open

[Possible bug report] - Proceeding tab #41

Randy-Chuang opened this issue Jan 22, 2021 · 2 comments

Comments

@Randy-Chuang
Copy link

I found that the inline code and code block which are proceeded by tab wouldn't be translated by readme2tex.
For instances:

    $A^2 + B^2 = C^2$

    $$
    A^2 + B^2 = C^2
    $$

The output translated from the above LaTeX expressions is still the same.

  • Relative info:
    Package version: 0.0.1b2
    Python version: Python 2.7.17 / Python 3.6.9
    Platform: x86_64 GNU/Linux

Thanks for your consideration!

@BenFreudbergKolmostar
Copy link

I have the same issue when working with bullet points and sub bullet points.

  • it works at this level (0 preceding spaces)
    • it works at this level (2 preceding spaces)
      • it does not work at this level or beyond (4 preceding spaces)

Basically, anywhere the line is preceded by 4 spaces or more, it does not work.

Thanks!

Danysan1 added a commit to montali/unibo-ai that referenced this issue Jun 9, 2021
@Danysan1
Copy link

Danysan1 commented Jun 9, 2021

I had the same problem @BenFreudbergKolmostar cited with bullet points converting this source file into this file.

I can confirm the bug is triggered by four spaces at the beginning of the line because after I reduced the number of spaces in montali/unibo-ai@9cafc4a the problem disappeared (the new version of the file is rendered correctly).

Python 3.9.2 , readme2tex 0.0.1b2

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

No branches or pull requests

3 participants