Skip to content

Tables #63

Answered by h-enk
CaiB asked this question in Support
Jan 2, 2021 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Hello @CaiB,

Tables in markdown are converted per default. So, I suppose you mean the styling.

You could add e.g. the following to e.g. ./assets/scss/common/_global.scss:

table {
  @extend .table;
  margin: 3rem 0;
}

Then...

...will result in:

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@CaiB
Comment options

@epogrebnyak
Comment options

Answer selected by CaiB
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants