Update README
Browse filesEscaped tags added in previous commit
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 (
|
| 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
|