Skip to content

Commit 8d18756

Browse files
committed
Replace some more pieces when Markdownifying
1 parent 137f9cf commit 8d18756

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/parse-wxr.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
'' => '"',
2222
'' => '"',
2323
'' => "'",
24+
'&lt;' => '<',
25+
'&gt;' => '>',
26+
'&quot;' => '"',
27+
'&amp;' => '&',
2428
];
2529

2630
foreach ( $reader->channel->item as $item ) {

0 commit comments

Comments
 (0)