mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
Desktop, Mobile: Fixed italic support in Fountain documents
This commit is contained in:
parent
fe89b1cf21
commit
5fdd088504
@ -38,6 +38,10 @@ const pluginAssets = function() {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fountain .italic {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.fountain .underline {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user