TomTBT commited on
Commit
03f20fc
1 Parent(s): 5266865

Update README

Browse files

Escaped tags added in previous commit

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -458,7 +458,7 @@ future version.
458
  - Remove unwanted references from the text, and replace either by the "references_text" or by the reference content itself.
459
  - Unescape HTML special characters: `import html; html.unescape(my_text)`
460
  - Remove superfluous line break in text.
461
- - Remove XML tags / replace by special tokens (<italic>, <sup>, <sub>, ...).
462
  - Join the items of the contents' lists.
463
 
464
  ## Additional Information
 
458
  - Remove unwanted references from the text, and replace either by the "references_text" or by the reference content itself.
459
  - Unescape HTML special characters: `import html; html.unescape(my_text)`
460
  - Remove superfluous line break in text.
461
+ - Remove XML tags / replace by special tokens (\<italic\>, \<sup\>, \<sub\>, ...).
462
  - Join the items of the contents' lists.
463
 
464
  ## Additional Information