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

Arrays do not render vertical lines or horizontal lines correctly #30

Open
RedPug opened this issue Mar 15, 2024 · 0 comments
Open

Arrays do not render vertical lines or horizontal lines correctly #30

RedPug opened this issue Mar 15, 2024 · 0 comments

Comments

@RedPug
Copy link

RedPug commented Mar 15, 2024

When making an array, for example:

"\begin{array}{|c|c|c|} a & b & c \\ d & e & f \\ \end{array}"
only the outer two vertical lines will render
Further,
if a horizontal line is placed on top:

"\begin{array}{|c|c|c|} \hline a & b & c \\ d & e & f \\ \end{array}"
the top line renders fine.

when another is added anywhere else:
"\begin{array}{|c|c|c|} \hline a & b & c \\ d & e & f \\ \hline \end{array}"

the whole section becomes a black box.

Further, any lines placed between rows are not rendered.

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

1 participant