From 6e4c1fdd00e1061ac1e24e41b0176a39b45320a1 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Tue, 13 Sep 2022 11:54:25 -0400 Subject: [PATCH] Handle ending of BoxCode better --- nostarch/chapter09.md | 2 ++ tools/docx-to-md.xsl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/nostarch/chapter09.md b/nostarch/chapter09.md index 693081d94..497aff5ed 100644 --- a/nostarch/chapter09.md +++ b/nostarch/chapter09.md @@ -60,6 +60,8 @@ add this: > ``` > [profile.release] > panic = 'abort' +> ``` + Let’s try calling `panic!` in a simple program: Filename: src/main.rs diff --git a/tools/docx-to-md.xsl b/tools/docx-to-md.xsl index a67a4047c..e48edd834 100644 --- a/tools/docx-to-md.xsl +++ b/tools/docx-to-md.xsl @@ -199,7 +199,7 @@ > ``` > - + > ```