From cef3a7041c6d052f1d0ee45dcfdf77d3885443ce Mon Sep 17 00:00:00 2001 From: Rick Hennigan Date: Fri, 15 Nov 2024 09:45:05 -0500 Subject: [PATCH] Bugfix: Fix bad markdown serialization of header cells containing formatting --- Source/Chatbook/Serialization.wl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ],