Replace unicode ellipsis

This commit is contained in:
Yash Karandikar 2022-01-28 11:44:10 -06:00
parent 4bce3f9382
commit 2a9e9ee3bd

View file

@ -236,6 +236,8 @@ impl EventHandler for Handler {
}
}
replaced = replaced.replace('\u{2026}', "...");
{
use pulldown_cmark::Event::*;
use pulldown_cmark::Tag::*;