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

Tables in environments #63

Open
RustanLeino opened this issue Oct 6, 2019 · 0 comments
Open

Tables in environments #63

RustanLeino opened this issue Oct 6, 2019 · 0 comments

Comments

@RustanLeino
Copy link

I'm trying to put a table into an environment I've defined, but my text is not turned into a table there.

Here's my environment:

answer-format : **Answer&theorem-endperiod;** &theorem-caption;

Answer {
  before: '[&answer-format;]{.answer-before}';
  display: block;
  margin: 1ex 0pt;
  padding-left: 1em;
  border-left: 0.25em brown solid; 
  breakable: true;
}

And then I try:

~ Answer

|    | x holds                     | y holds            |
+----+-----------------------------+--------------------|
| a) | yes                         | yes                |
| b) | yes                         | no                 |
| c) | yes                         | no                 |
| d) | no                          | yes                |
| e) | no                          | no                 |
| f) | no                          | no                 |
| g) | yes                         | yes                |

~

What I get in my HTML: :(

Answer.
| | x holds | y holds | +—-+—————————–+——————–| | a) | yes | yes | | b) | yes | no | | c) | yes | no | | d) | no | yes | | e) | no | no | | f) | no | no | | g) | yes | yes |
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