1
0
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:
Laurent Cozic 2024-08-23 10:05:50 +01:00
parent fe89b1cf21
commit 5fdd088504

View File

@ -38,6 +38,10 @@ const pluginAssets = function() {
font-weight: bold;
}
.fountain .italic {
font-style: italic;
}
.fountain .underline {
text-decoration: underline;
}