Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Replace HTML entities
for f in _posts/*.md
do
 sed -e "s/ / /g" -e "s/&#8230/…/g" -e "s/’/’/g" -e
"s/–/–/g" $f~ > $f
done
  • Loading branch information
regisd committed Nov 26, 2017
1 parent dd25af2 commit ce08587
Show file tree
Hide file tree
Showing 682 changed files with 2,828 additions and 2,827 deletions.