1 parent 5abeb4e commit 7490065Copy full SHA for 7490065
2 files changed
source/c02/p16_reformat_text_to_fixed_number_columns.rst
@@ -51,6 +51,8 @@ the following long string:
51
the eyes, look into my eyes, you're
52
under.
53
54
+|
55
+
56
----------
57
讨论
58
source/c02/p17_handle_html_xml_in_text.rst
@@ -5,7 +5,13 @@
5
6
问题
7
8
-todo...
+You want to replace HTML or XML entities such as &entity; or &#code; with their
9
+corresponding text. Alternatively, you need to produce text, but escape certain characters
10
+(e.g., <, >, or &).
11
+你想将HTML或者XML实体如&entity;或&#code;替换为对应的文本。
12
13
14
15
16
17
解决方案
0 commit comments