diff --git a/Source/Chatbook/Serialization.wl b/Source/Chatbook/Serialization.wl index e9d5993b..a29af46d 100644 --- a/Source/Chatbook/Serialization.wl +++ b/Source/Chatbook/Serialization.wl @@ -821,7 +821,7 @@ fasterCellToString0[ (Cell|StyleBox)[ a_, $$subsubsubsectionStyle, ___ ] ] := "# fasterCellToString0[ (Cell|StyleBox)[ a_, $$subsubsubsubsectionStyle, ___ ] ] := "###### "<>fasterCellToString0 @ a; fasterCellToString0[ Cell[ BoxData @ PaneBox[ StyleBox[ box_, style_String, ___ ], ___ ], "InlineSection", ___ ] ] := - Block[ { $showStringCharacters = False }, + Block[ { $showStringCharacters = False, $escapeMarkdown = False }, StringJoin[ "\n", fasterCellToString0 @ Cell[ fasterCellToString0 @ box, style ],