diff --git a/slim/packt/inline_quoted.fodt.slim b/slim/packt/inline_quoted.fodt.slim index 3006fad..b469af9 100644 --- a/slim/packt/inline_quoted.fodt.slim +++ b/slim/packt/inline_quoted.fodt.slim @@ -1,16 +1,13 @@ - case @type -- when :emphasis - text:span text:style="strong" data-style="emphasis" - =text - when :strong / the double underscore is escaped so it doesn't get interpretted as an unconstrained emphasis - text:span text:style-name="Key_20_Word_20\__5b_PACKT_5d_" + text:span text:style-name="Key_20_Word_20__5b_PACKT_5d_" =text - when :monospaced text:span text:style-name="Code_20_In_20_Text_20__5b_PACKT_5d_" =text +- when :emphasis + =text - else text:span text:style="strong" data-style="else" =text - -