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

Decide how to render Markdown tables #42

Open
dmalan opened this issue Sep 11, 2022 · 1 comment
Open

Decide how to render Markdown tables #42

dmalan opened this issue Sep 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dmalan
Copy link
Member

dmalan commented Sep 11, 2022

Currently,

| plaintext    | `H` | `E` | `L` | `L` | `O` |
|--------------|---|---|---|---|---|
| + key        | 1 | 1 | 1 | 1 | 1 |
| = ciphertext | `I` | `F` | `M` | `M` | `P` |

renders as:

Screen Shot 2022-09-11 at 2 17 34 PM

Might be cleanest to leverage https://primer.style/css/ for CSS ultimately, though ideally in a theme-independent way (i.e., no color properties).

@dmalan dmalan added the enhancement New feature or request label Sep 11, 2022
@dmalan
Copy link
Member Author

dmalan commented Sep 11, 2022

Alternatively, know what stylesheet VS Code's built-in Open Preview command uses to render Markdown? That same Markdown renders in that mode as:

Screen Shot 2022-09-11 at 2 19 54 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants