Skip to content

Commit 7490065

Browse files
committed
2.17小节start
1 parent 5abeb4e commit 7490065

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

source/c02/p16_reformat_text_to_fixed_number_columns.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ the following long string:
5151
the eyes, look into my eyes, you're
5252
under.
5353
54+
|
55+
5456
----------
5557
讨论
5658
----------

source/c02/p17_handle_html_xml_in_text.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@
55
----------
66
问题
77
----------
8-
todo...
8+
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+
915

1016
----------
1117
解决方案

0 commit comments

Comments
 (0)