Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions slim/packt/inline_quoted.fodt.slim
Original file line number Diff line number Diff line change
@@ -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