mirror of https://github.com/laurent22/joplin.git
Desktop, Mobile: Fixed italic support in Fountain documents
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