lab50.vsix icon indicating copy to clipboard operation
lab50.vsix copied to clipboard

Decide how to render Markdown tables

Open dmalan opened this issue 3 years ago • 1 comments

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 avatar Sep 11 '22 18:09 dmalan

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

dmalan avatar Sep 11 '22 18:09 dmalan