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

Problem: Tables not supported #45

Open
sam-falvo opened this issue Jan 22, 2017 · 0 comments
Open

Problem: Tables not supported #45

sam-falvo opened this issue Jan 22, 2017 · 0 comments

Comments

@sam-falvo
Copy link

sam-falvo commented Jan 22, 2017

Example Markup used:

---
title: Wishbone vs. Furcula Bus
subtitle: Intel-style vs. Motorola-style Bus

How Wishbone Byte Lanes Work

|Lane          |Byte 0|Byte 1|Byte 2|Byte 3|HWord 0|HWord 1|Word |
|:------------:|:----:|:----:|:----:|:----:|:-----:|:-----:|:---:|
|DAT\_IO[7:0]  |   X  |      |      |      |   X   |       |  X  |
|DAT\_IO[15:8] |      |   X  |      |      |   X   |       |  X  |
|DAT\_IO[23:16]|      |      |   X  |      |       |   X   |  X  |
|DAT\_IO[31:24]|      |      |      |   X  |       |   X   |  X  |

Results in a slide which is garbled (copied from actual rendered page in web browser):

Wishbone vs. Furcula Bus
Intel-style vs. Motorola-style Bus

How Wishbone Byte Lanes Work

|Lane |Byte 0|Byte 1|Byte 2|Byte 3|HWord 0|HWord 1|Word | |:------------:|:----:|:----:|:----:|:----:|:-----:|:-----:|:---:| |DAT_IO[7:0] | X | | | | X | | X | |DAT_IO[15:8] | | X | | | X | | X | |DAT_IO[23:16]| | | X | | | X | X | |DAT_IO[31:24]| | | | X | | X | X |

Because of this, I must now render tables as images, which is inconvenient and somewhat wasteful. Is there any other work-around to this?

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