Keep tags as-is

This commit is contained in:
Kitaiti Makoto
2020-11-22 22:24:43 +09:00
parent a59f167771
commit 4e6d7b70cf
4 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -294,7 +294,7 @@ pub fn md_to_html<'a>(
}
let hashtag = text_acc;
let link = Tag::Link(
format!("{}tag/{}", base_url, &hashtag.to_camel_case())
format!("{}tag/{}", base_url, &hashtag)
.into(),
hashtag.to_owned().into(),
);