You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop, Mobile: Fixed italic support in Fountain documents
This commit is contained in:
@@ -38,6 +38,10 @@ const pluginAssets = function() {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fountain .italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.fountain .underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user