Skip to content

Commit

Permalink
Merge pull request #23 from kogepanh/feature/#12
Browse files Browse the repository at this point in the history
#12 ol
  • Loading branch information
kogepanh authored Jul 14, 2021
2 parents de78766 + 8422814 commit b0c7eaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/markdown-styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
@apply list-disc list-outside ml-6;
}

.markdown ol {
@apply list-decimal list-outside ml-6;
}

.markdown table {
@apply max-w-full table-auto border-collapse;
}
Expand Down

0 comments on commit b0c7eaf

Please sign in to comment.