Skip to content

Commit

Permalink
馃悰 fix: Fix md render <p> in <li>
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Apr 27, 2024
1 parent cbf4176 commit cf75d6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Markdown/markdown.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,10 @@ export const useStyles = createStyles(
list: css`
li {
margin-block: calc(var(--lobe-markdown-margin-multiple) * 0.33em);
p {
display: inline;
}
}
ul,
Expand Down

0 comments on commit cf75d6a

Please sign in to comment.