Merge pull request #12025 from iicdii/fix/italic-style-is-ignored

Fix issue that italic style is ignored in preview mode on markdown editor
This commit is contained in:
cyril lopez 2021-12-30 13:02:31 +01:00 committed by GitHub
commit eb7aaf9c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,10 @@ const Wrapper = styled.div`
font-weight: 800;
}
em {
font-style: italic;
}
blockquote {
margin-top: 41px;
margin-bottom: 34px;