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

Add table support in markdown #165

Merged
merged 1 commit into from
Mar 5, 2021
Merged

Add table support in markdown #165

merged 1 commit into from
Mar 5, 2021

Conversation

h-enk
Copy link
Member

@h-enk h-enk commented Mar 5, 2021

Example:

| Tables   |      Are      |  Cool |
|----------|:-------------:|------:|
| col 1 is |  left-aligned | $1600 |
| col 2 is |    centered   |   $12 |
| col 3 is | right-aligned |    $1 |
{.table-striped}

Light mode:

Snag_165c1e0

Dark mode:

Snag_165cd0b

@h-enk h-enk linked an issue Mar 5, 2021 that may be closed by this pull request
@h-enk
Copy link
Member Author

h-enk commented Mar 5, 2021

@h-enk h-enk self-assigned this Mar 5, 2021
@h-enk h-enk merged commit 8c774fd into master Mar 5, 2021
@h-enk h-enk deleted the doks-tables branch March 5, 2021 13:36
adhadse pushed a commit to adhadse/doks that referenced this pull request Sep 17, 2022
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

Successfully merging this pull request may close these issues.

Tables rendering incorrectly after minification
1 participant