]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/logicalmkup.module
Amend 3058deb: Make convert_fonts robust
[lyx.git] / lib / layouts / logicalmkup.module
index 7abcf180a2d718885a172d3c2529641a96d0c572..6d36fd1d43e990b06843a7303c16f477363a89eb 100644 (file)
@@ -6,7 +6,7 @@
 
 # Author : Martin vermeer <martin.vermeer@hut.fi>
 
-Format 64
+Format 68
 
 InsetLayout Flex:Noun
        LyxType               charstyle
@@ -25,7 +25,8 @@ InsetLayout Flex:Noun
                        font-family: sans-serif;
                }
        EndHTMLStyle
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
 End
 
 
@@ -39,7 +40,8 @@ InsetLayout Flex:Emph
        EndFont
        InToc                 true
        HTMLTag               em
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
 End
 
 
@@ -56,7 +58,8 @@ InsetLayout Flex:Strong
        EndPreamble
        InToc                 true
        HTMLTag               strong
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
 End
 
 
@@ -73,6 +76,7 @@ InsetLayout Flex:Code
        EndPreamble
        InToc                 true
        HTMLTag               code
-       ResetsFont true
+       ResetsFont            true
+       CustomPars            false
        Spellcheck            false
 End