markdown center table
| Tables | Are | Cool |
|----------|:-------------:|------:|
| col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |
markdown center table
| Tables | Are | Cool |
|----------|:-------------:|------:|
| col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |
how to shift table to left in markdown
step1: First create a Code cell (not markdown) just above
your markdown cell where you want to show your table.
step2: Then write the following in your Code cell inside it.
%%html
<style>
table {float:left}
</style>
Step3: Run your Code cell and now your markdwon will appear left shifted.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us